| Index: Source/web/ChromeClientImpl.h
|
| diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
|
| index b7f305ed550143d2eea6a21d7cf5b76df4f47a38..6cec9cb899dedf7832933e1a41c92c5c22ae97cf 100644
|
| --- a/Source/web/ChromeClientImpl.h
|
| +++ b/Source/web/ChromeClientImpl.h
|
| @@ -212,7 +212,6 @@ private:
|
| WebCore::PagePopupDriver* m_pagePopupDriver;
|
| };
|
|
|
| -#if ENABLE(NAVIGATOR_CONTENT_UTILS)
|
| class NavigatorContentUtilsClientImpl : public WebCore::NavigatorContentUtilsClient {
|
| public:
|
| static PassOwnPtr<NavigatorContentUtilsClientImpl> create(WebViewImpl*);
|
| @@ -225,7 +224,6 @@ private:
|
|
|
| WebViewImpl* m_webView;
|
| };
|
| -#endif
|
|
|
| DEFINE_TYPE_CASTS(ChromeClientImpl, WebCore::ChromeClient, client, client->isChromeClientImpl(), client.isChromeClientImpl());
|
|
|
|
|