Bug 130854

Summary: Remove some unnecessary branches from LiveNodeList traversal
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, gyuyoung.kim, kangil.han, kling, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch kling: review+

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