diff options
Diffstat (limited to 'Source/WebKit2/UIProcess/API/mac/WKBrowsingContextControllerInternal.h')
-rw-r--r-- | Source/WebKit2/UIProcess/API/mac/WKBrowsingContextControllerInternal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebKit2/UIProcess/API/mac/WKBrowsingContextControllerInternal.h b/Source/WebKit2/UIProcess/API/mac/WKBrowsingContextControllerInternal.h index b9452adfc..d1d20ad04 100644 --- a/Source/WebKit2/UIProcess/API/mac/WKBrowsingContextControllerInternal.h +++ b/Source/WebKit2/UIProcess/API/mac/WKBrowsingContextControllerInternal.h @@ -29,5 +29,6 @@ /* This should only be called from associate view. */ - (id)_initWithPageRef:(WKPageRef)pageRef; ++ (NSMutableSet *)customSchemes; @end |