From: Carlos Garcia Campos Date: Fri, 6 Mar 2015 07:33:11 +0000 (+0000) Subject: Make the remote inspector work again X-Git-Tag: archive/raspbian/2.14.3-1+rpi1~1^2^2^2~12 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7af1db16cb91ebb7f7b3456cda1a3bcfd75bcfc9;p=webkit2gtk.git Make the remote inspector work again =================================================================== Gbp-Pq: Name remote-inspector.patch --- diff --git a/Source/WebKit2/UIProcess/WebPageProxy.cpp b/Source/WebKit2/UIProcess/WebPageProxy.cpp index 4480173171..0bc2b73df6 100644 --- a/Source/WebKit2/UIProcess/WebPageProxy.cpp +++ b/Source/WebKit2/UIProcess/WebPageProxy.cpp @@ -639,7 +639,7 @@ void WebPageProxy::initializeWebPage() #endif #if ENABLE(INSPECTOR_SERVER) - if (pageGroup().preferences().developerExtrasEnabled()) + if (m_preferences->developerExtrasEnabled()) inspector()->enableRemoteInspection(); #endif