Bug 130854 - Remove some unnecessary branches from LiveNodeList traversal
Summary: Remove some unnecessary branches from LiveNodeList traversal
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-27 13:13 PDT by Antti Koivisto
Modified: 2014-03-27 13:50 PDT (History)
6 users (show)

See Also:


Attachments
patch (32.70 KB, patch)
2014-03-27 13:28 PDT, Antti Koivisto
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2014-03-27 13:13:03 PDT
We have some type() == Foo branches that can be removed.
Comment 1 Antti Koivisto 2014-03-27 13:28:19 PDT
Created attachment 227971 [details]
patch
Comment 2 Andreas Kling 2014-03-27 13:33:45 PDT
Comment on attachment 227971 [details]
patch

Omg, what were we thinking? r=me
Comment 3 Antti Koivisto 2014-03-27 13:50:42 PDT
https://trac.webkit.org/r166369