[webkit-reviews] review granted: [Bug 131269] Devirtualize isHTMLUnknownElement(). : [Attachment 228681] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 5 13:26:35 PDT 2014


Benjamin Poulain <benjamin at webkit.org> has granted Andreas Kling
<akling at apple.com>'s request for review:
Bug 131269: Devirtualize isHTMLUnknownElement().
https://bugs.webkit.org/show_bug.cgi?id=131269

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

------- Additional Comments from Benjamin Poulain <benjamin at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=228681&action=review


> Source/WebCore/dom/Node.h:615
> +	   IsHTMLUnknownElementFlag = 1 << 30,
> +

Arg! Only one bit left. We should do some cleanup.


More information about the webkit-reviews mailing list