| Index: Source/modules/navigatorcontentutils/NavigatorContentUtils.h
|
| diff --git a/Source/modules/navigatorcontentutils/NavigatorContentUtils.h b/Source/modules/navigatorcontentutils/NavigatorContentUtils.h
|
| index 8a6ab88c92ce610edb9dc8d7a49df6da6569e5dc..daab41460084c70d5d863e9bbce695ed08762490 100644
|
| --- a/Source/modules/navigatorcontentutils/NavigatorContentUtils.h
|
| +++ b/Source/modules/navigatorcontentutils/NavigatorContentUtils.h
|
| @@ -49,10 +49,8 @@ public:
|
|
|
| static void registerProtocolHandler(Navigator*, const String& scheme, const String& url, const String& title, ExceptionState&);
|
|
|
| -#if ENABLE(CUSTOM_SCHEME_HANDLER)
|
| static String isProtocolHandlerRegistered(Navigator*, const String& scheme, const String& url, ExceptionState&);
|
| static void unregisterProtocolHandler(Navigator*, const String& scheme, const String& url, ExceptionState&);
|
| -#endif
|
|
|
| static PassRefPtr<NavigatorContentUtils> create(NavigatorContentUtilsClient*);
|
|
|
|
|