Bug 116776 - Don't instantiate ChildNodeLists just to get a child count.
Summary: Don't instantiate ChildNodeLists just to get a child count.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords: Performance
Depends on:
Blocks:
 
Reported: 2013-05-25 20:17 PDT by Andreas Kling
Modified: 2013-05-25 20:29 PDT (History)
1 user (show)

See Also:


Attachments
Patch (2.07 KB, patch)
2013-05-25 20:19 PDT, Andreas Kling
rniwa: 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 2013-05-25 20:17:59 PDT
Don't instantiate ChildNodeLists just to get a child count.
Comment 1 Andreas Kling 2013-05-25 20:19:15 PDT
Created attachment 202902 [details]
Patch
Comment 2 Andreas Kling 2013-05-25 20:29:19 PDT
Committed r150702: <http://trac.webkit.org/changeset/150702>