Index: Source/modules/navigatorcontentutils/NavigatorContentUtils.h |
diff --git a/Source/modules/navigatorcontentutils/NavigatorContentUtils.h b/Source/modules/navigatorcontentutils/NavigatorContentUtils.h |
index b81ff5bad13b23329b694e93823ddf516ce4adc5..b1195872d1a1477c04ffa89d915e41551657589d 100644 |
--- a/Source/modules/navigatorcontentutils/NavigatorContentUtils.h |
+++ b/Source/modules/navigatorcontentutils/NavigatorContentUtils.h |
@@ -43,12 +43,12 @@ public: |
virtual ~NavigatorContentUtils(); |
static const char* supplementName(); |
- static NavigatorContentUtils* from(Page*); |
+ static NavigatorContentUtils* from(Page&); |
- static void registerProtocolHandler(Navigator*, const String& scheme, const String& url, const String& title, ExceptionState&); |
+ static void registerProtocolHandler(Navigator&, const String& scheme, const String& url, const String& title, ExceptionState&); |
- static String isProtocolHandlerRegistered(Navigator*, const String& scheme, const String& url, ExceptionState&); |
- static void unregisterProtocolHandler(Navigator*, const String& scheme, const String& url, ExceptionState&); |
+ static String isProtocolHandlerRegistered(Navigator&, const String& scheme, const String& url, ExceptionState&); |
+ static void unregisterProtocolHandler(Navigator&, const String& scheme, const String& url, ExceptionState&); |
static PassRefPtr<NavigatorContentUtils> create(NavigatorContentUtilsClient*); |