[Webkit-unassigned] [Bug 90428] Fall thorugh in handling a "button" start tag in HTMLTreeBuilder::processStartTagForInBody(AtomicHTMLToken&)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 2 21:24:07 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=90428
--- Comment #2 from Adam Barth <abarth at webkit.org> 2012-07-02 21:24:07 PST ---
(From update of attachment 150526)
View in context: https://bugs.webkit.org/attachment.cgi?id=150526&action=review
> Source/WebCore/ChangeLog:9
> + When handling a "button" start tag in HTMLTreeBuilder::processStartTagForInBody(AtomicHTMLToken&),
> + we can fall through instead of calling processStartTag(token). It saves at least one function call.
How do we know this is safe? Can you explain in more detail? The reason we have this FIXME here is because we're not sure its safe.
--
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