Bug 25157 - Move run loop observer cleanup from -[WebView close] to -[WebView _close]
Summary: Move run loop observer cleanup from -[WebView close] to -[WebView _close]
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-13 13:55 PDT by Simon Fraser (smfr)
Modified: 2009-04-14 22:07 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.51 KB, patch)
2009-04-14 21:59 PDT, Simon Fraser (smfr)
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2009-04-13 13:55:14 PDT
http://trac.webkit.org/changeset/42208#file7

-[WebView close] is just a cover for the real method, -[WebView _close], so it should have no code in it
Comment 1 Simon Fraser (smfr) 2009-04-14 21:59:45 PDT
Created attachment 29489 [details]
Patch
Comment 2 Simon Fraser (smfr) 2009-04-14 22:07:05 PDT
http://trac.webkit.org/changeset/42535