[Webkit-unassigned] [Bug 126366] Remove reattachRenderTree

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 1 21:39:00 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=126366





--- Comment #3 from Darin Adler <darin at apple.com>  2014-01-01 21:36:51 PST ---
(From update of attachment 220196)
View in context: https://bugs.webkit.org/attachment.cgi?id=220196&action=review

> Source/WebCore/html/HTMLSelectElement.cpp:1144
> +    ASSERT(renderer() && renderer()->isMenuList());

Any time we write an ASSERT that would have a "&&" we normally break it into two assertions. That way we can trivially tell which clause is failing if the assertion is hit.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list