Bug 129696

Summary: REGRESSION: Web Inspector: Exception showing the DOM tree for a node with too many children
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, graouts, joepeck, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar, Regression
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Addition of _childrenListNode check. none

Description Timothy Hatcher 2014-03-04 12:28:19 PST
DOMTreeElement.js:430:67: JS ERROR: TypeError: null is not an object (evaluating 'item.listItemElement.firstChild')
Comment 1 Radar WebKit Bug Importer 2014-03-04 12:28:30 PST
<rdar://problem/16225976>
Comment 2 Jonathan Wells 2014-05-29 17:43:43 PDT
Created attachment 232274 [details]
[PATCH] Addition of _childrenListNode check.

Fixes a regression from 3117564d. See 'git show 3117564d'.
Comment 3 Joseph Pecoraro 2014-06-09 17:16:57 PDT
Comment on attachment 232274 [details]
[PATCH] Addition of _childrenListNode check.

r=me
Comment 4 WebKit Commit Bot 2014-06-09 17:46:57 PDT
Comment on attachment 232274 [details]
[PATCH] Addition of _childrenListNode check.

Clearing flags on attachment: 232274

Committed r169735: <http://trac.webkit.org/changeset/169735>
Comment 5 WebKit Commit Bot 2014-06-09 17:46:59 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Timothy Hatcher 2014-07-11 15:58:33 PDT
This caused bug 134845. We might need to revert this fix and find a more targeted fix for this issue.