Make the remote inspector work again
authorCarlos Garcia Campos <carlosgc@webkit.org>
Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)
committerAlberto Garcia <berto@igalia.com>
Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)
===================================================================

Gbp-Pq: Name remote-inspector.patch

Source/WebKit2/UIProcess/WebPageProxy.cpp

index 448017317160b6f0499bd95d01feb58aea18b300..0bc2b73df640aa9e26192a07ceea6d02c4556a10 100644 (file)
@@ -639,7 +639,7 @@ void WebPageProxy::initializeWebPage()
 #endif
 
 #if ENABLE(INSPECTOR_SERVER)
-    if (pageGroup().preferences().developerExtrasEnabled())
+    if (m_preferences->developerExtrasEnabled())
         inspector()->enableRemoteInspection();
 #endif