Index: Source/web/ChromeClientImpl.cpp |
diff --git a/Source/web/ChromeClientImpl.cpp b/Source/web/ChromeClientImpl.cpp |
index e833a7a9313491d866dc2ad1b8d2153fc31bc609..3f66479096757659e797f53bf0561f063d469b59 100644 |
--- a/Source/web/ChromeClientImpl.cpp |
+++ b/Source/web/ChromeClientImpl.cpp |
@@ -1015,7 +1015,6 @@ void ChromeClientImpl::openTextDataListChooser(HTMLInputElement& input) |
m_webView->autofillClient()->openTextDataListChooser(WebInputElement(&input)); |
} |
-#if ENABLE(NAVIGATOR_CONTENT_UTILS) |
PassOwnPtr<NavigatorContentUtilsClientImpl> NavigatorContentUtilsClientImpl::create(WebViewImpl* webView) |
{ |
return adoptPtr(new NavigatorContentUtilsClientImpl(webView)); |
@@ -1030,6 +1029,5 @@ void NavigatorContentUtilsClientImpl::registerProtocolHandler(const String& sche |
{ |
m_webView->client()->registerProtocolHandler(scheme, baseURL, url, title); |
} |
-#endif |
} // namespace blink |