Bug 58749

Summary: Assign to self in WebInspectorWindowController constructors
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: joepeck, timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
[PATCH] Proposed Fix mitz: review+

Description Joseph Pecoraro 2011-04-17 13:45:01 PDT
Perform the usual init ritual. Assigning to self when calling the super init.
Comment 1 Joseph Pecoraro 2011-04-17 13:57:59 PDT
Created attachment 89962 [details]
[PATCH] Proposed Fix
Comment 2 Joseph Pecoraro 2011-04-17 14:10:58 PDT
Landed in <http://trac.webkit.org/changeset/84109>.