Index: Source/web/WebLocalFrameImpl.cpp |
diff --git a/Source/web/WebLocalFrameImpl.cpp b/Source/web/WebLocalFrameImpl.cpp |
index c438e5b00fff7f633c7b5e6d832349e460e3d222..8804db20870f31018349d59fcbd62091ded7c484 100644 |
--- a/Source/web/WebLocalFrameImpl.cpp |
+++ b/Source/web/WebLocalFrameImpl.cpp |
@@ -1563,6 +1563,7 @@ WebLocalFrameImpl::WebLocalFrameImpl(WebFrameClient* client) |
, m_inputEventsScaleFactorForEmulation(1) |
, m_userMediaClientImpl(this) |
, m_geolocationClientProxy(GeolocationClientProxy::create(client ? client->geolocationClient() : 0)) |
+ , m_webDevToolsFrontend(0) |
#if ENABLE(OILPAN) |
, m_selfKeepAlive(this) |
#endif |