Bug 149021

Summary: Web Inspector: Make WebInspectorProxy inspectorURL path methods static
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, graouts, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: DoNotImportToRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2015-09-09 17:33:04 PDT
* SUMMARY
Make WebInspectorProxy inspectorURL path methods static.

These do not depend on anything within an instance, so make them static for clarity. That would make them easier to share if needed.
Comment 1 Joseph Pecoraro 2015-09-09 20:43:46 PDT
Created attachment 260907 [details]
[PATCH] Proposed Fix
Comment 2 BJ Burg 2015-09-10 09:35:35 PDT
Comment on attachment 260907 [details]
[PATCH] Proposed Fix

r=me

I can't think of any reason why we would make it dynamic.
Comment 3 WebKit Commit Bot 2015-09-10 10:27:57 PDT
Comment on attachment 260907 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 260907

Committed r189572: <http://trac.webkit.org/changeset/189572>
Comment 4 WebKit Commit Bot 2015-09-10 10:28:01 PDT
All reviewed patches have been landed.  Closing bug.