Bug 138246

Summary: REGRESSION(r163656): Remote inspector doesn't work unless preferences change after page initialization
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, ap, joepeck, thorton
Priority: P2 Keywords: Regression
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch joepeck: review+

Description Carlos Garcia Campos 2014-10-31 04:09:46 PDT
The problem is that initializeWebPage() is still using pageGroup().preferences() instead of m_preferences to check if developer extras are enabled to enable remote inspection of the page.
Comment 1 Carlos Garcia Campos 2014-10-31 04:12:20 PDT
Created attachment 240731 [details]
Patch
Comment 2 Joseph Pecoraro 2014-10-31 12:01:33 PDT
Comment on attachment 240731 [details]
Patch

r=me
Comment 3 Carlos Garcia Campos 2014-11-01 02:59:13 PDT
Committed r175451: <http://trac.webkit.org/changeset/175451>