Index: Source/web/WebViewImpl.h |
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
index bef0a4348b7b42d30a7e4e43b68ef52779267b10..701dece650374e3b065a85dac3039a6db2efbc74 100644 |
--- a/Source/web/WebViewImpl.h |
+++ b/Source/web/WebViewImpl.h |
@@ -757,9 +757,7 @@ private: |
UserMediaClientImpl m_userMediaClientImpl; |
OwnPtr<MIDIClientProxy> m_midiClientProxy; |
-#if ENABLE(NAVIGATOR_CONTENT_UTILS) |
OwnPtr<NavigatorContentUtilsClientImpl> m_navigatorContentUtilsClient; |
-#endif |
OwnPtr<WebActiveGestureAnimation> m_gestureAnimation; |
WebPoint m_positionOnFlingStart; |
WebPoint m_globalPositionOnFlingStart; |