Bug 136835 - Use childrenOfType<>() instead of Traversal<> API when possible
Summary: Use childrenOfType<>() instead of Traversal<> API when possible
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-15 13:59 PDT by Chris Dumez
Modified: 2014-09-15 14:08 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.