Bug 131269 - Devirtualize isHTMLUnknownElement().
Summary: Devirtualize isHTMLUnknownElement().
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Bindings (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-05 13:02 PDT by Andreas Kling
Modified: 2014-04-05 14:33 PDT (History)
7 users (show)

See Also:


Attachments
Patch (7.30 KB, patch)
2014-04-05 13:03 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2014-04-05 13:02:55 PDT
Devirtualize isHTMLUnknownElement().
Comment 1 Andreas Kling 2014-04-05 13:03:37 PDT
Created attachment 228681 [details]
Patch
Comment 2 Benjamin Poulain 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.
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2014-04-05 14:33:49 PDT
All reviewed patches have been landed.  Closing bug.