RESOLVED FIXED 34988
WebHTMLView.mm has two -willRemoveSubview: methods
https://bugs.webkit.org/show_bug.cgi?id=34988
Summary WebHTMLView.mm has two -willRemoveSubview: methods
Eric Carlson
Reported 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.
Attachments
Proposed patch (2.37 KB, patch)
2010-02-16 13:49 PST, Eric Carlson
simon.fraser: review+
Eric Carlson
Comment 1 2010-02-16 13:49:31 PST
Created attachment 48825 [details] Proposed patch
Eric Carlson
Comment 2 2010-02-16 14:55:49 PST
Note You need to log in before you can comment on or make changes to this bug.