Index: Source/web/ChromeClientImpl.cpp |
diff --git a/Source/web/ChromeClientImpl.cpp b/Source/web/ChromeClientImpl.cpp |
index 82a1b0d825415b593554bfb376a92c731acc8920..d2509cb753d7578f28b878508367ea087ae96337 100644 |
--- a/Source/web/ChromeClientImpl.cpp |
+++ b/Source/web/ChromeClientImpl.cpp |
@@ -1002,9 +1002,9 @@ NavigatorContentUtilsClientImpl::NavigatorContentUtilsClientImpl(WebViewImpl* we |
} |
void NavigatorContentUtilsClientImpl::registerProtocolHandler(const String& scheme, const String& baseURL, const String& url, const String& title) |
-{ |
+{ |
m_webView->client()->registerProtocolHandler(scheme, baseURL, url, title); |
-} |
+} |
#endif |
} // namespace WebKit |