Bug 34988 - WebHTMLView.mm has two -willRemoveSubview: methods
Summary: WebHTMLView.mm has two -willRemoveSubview: methods
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.6
: P2 Normal
Assignee: Eric Carlson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-16 13:45 PST by Eric Carlson
Modified: 2010-02-16 14:55 PST (History)
0 users

See Also:


Attachments
Proposed patch (2.37 KB, patch)
2010-02-16 13:49 PST, Eric Carlson
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Carlson 2010-02-16 13:45:06 PST
WebHTMLView.mm has two -willRemoveSubview: methods, one surrounded by "#ifndef NDEBUG". This changes the behavior in a debug build because only one is called.
Comment 1 Eric Carlson 2010-02-16 13:49:31 PST
Created attachment 48825 [details]
Proposed patch
Comment 2 Eric Carlson 2010-02-16 14:55:49 PST
http://trac.webkit.org/changeset/54832