Bug 74796 - TagNodeList: Optimize nodeMatches() for the common case.
Summary: TagNodeList: Optimize nodeMatches() for the common case.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-17 18:07 PST by Andreas Kling
Modified: 2011-12-17 19:32 PST (History)
0 users

See Also:


Attachments
Patch (1.49 KB, patch)
2011-12-17 18:08 PST, Andreas Kling
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2011-12-17 18:07:56 PST
We should compare the localNames before the namespaces.
Comment 1 Andreas Kling 2011-12-17 18:08:55 PST
Created attachment 119744 [details]
Patch
Comment 2 Andreas Kling 2011-12-17 19:32:45 PST
Committed r103163: <http://trac.webkit.org/changeset/103163>