Bug 136835

Summary: Use childrenOfType<>() instead of Traversal<> API when possible
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED INVALID    
Severity: Normal CC: koivisto
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Chris Dumez 2014-09-15 13:59:26 PDT
We should use childrenOfType<>() instead of Traversal<> API when possible. The Traversal<> API is meant to be internal and should not be used directly.