Bug 61188

Summary: Web Inspector: use RefPtr instead of OwnPtr to store InspectorBackendDispatcher
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: Web Inspector (Deprecated)Assignee: Yury Semikhatsky <yurys>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch pfeldman: review+

Description Yury Semikhatsky 2011-05-20 07:56:52 PDT
Now that InspectorBackendDispatcher is refcounted we should store it in RefPtr, not OwnPtr.
Comment 1 Yury Semikhatsky 2011-05-20 07:58:02 PDT
Created attachment 94219 [details]
Patch
Comment 2 Yury Semikhatsky 2011-05-20 08:22:13 PDT
Committed r86955: <http://trac.webkit.org/changeset/86955>