projects
/
webkit2gtk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9972b5
)
Make the remote inspector work again
author
Carlos Garcia Campos
<carlosgc@webkit.org>
Fri, 6 Mar 2015 07:33:11 +0000
(07:33 +0000)
committer
Alberto 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
patch
|
blob
|
history
diff --git
a/Source/WebKit2/UIProcess/WebPageProxy.cpp
b/Source/WebKit2/UIProcess/WebPageProxy.cpp
index 448017317160b6f0499bd95d01feb58aea18b300..0bc2b73df640aa9e26192a07ceea6d02c4556a10 100644
(file)
--- 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