[webkit-reviews] review granted: [Bug 31491] DOMHTMLOptionElement is missing some implementation : [Attachment 43201] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 13 15:06:25 PST 2009


mitz at webkit.org has granted Jon Honeycutt <jhoneycutt at apple.com>'s request for
review:
Bug 31491: DOMHTMLOptionElement is missing some implementation
https://bugs.webkit.org/show_bug.cgi?id=31491

Attachment 43201: patch
https://bugs.webkit.org/attachment.cgi?id=43201&action=review

------- Additional Comments from mitz at webkit.org
> +    ASSERT(m_element && m_element->hasTagName(optionTag));

Please split into two assertions.

> +    ASSERT(m_element && m_element->hasTagName(optionTag));

Ditto.


More information about the webkit-reviews mailing list