RESOLVED FIXED 131269
Devirtualize isHTMLUnknownElement().
https://bugs.webkit.org/show_bug.cgi?id=131269
Summary Devirtualize isHTMLUnknownElement().
Andreas Kling
Reported 2014-04-05 13:02:55 PDT
Devirtualize isHTMLUnknownElement().
Attachments
Patch (7.30 KB, patch)
2014-04-05 13:03 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2014-04-05 13:03:37 PDT
Benjamin Poulain
Comment 2 2014-04-05 13:26:56 PDT
Comment on attachment 228681 [details] Patch 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.
WebKit Commit Bot
Comment 3 2014-04-05 14:33:45 PDT
Comment on attachment 228681 [details] Patch Clearing flags on attachment: 228681 Committed r166839: <http://trac.webkit.org/changeset/166839>
WebKit Commit Bot
Comment 4 2014-04-05 14:33:49 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.