Bug 129696 - REGRESSION: Web Inspector: Exception showing the DOM tree for a node with too many children
Summary: REGRESSION: Web Inspector: Exception showing the DOM tree for a node with too...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2014-03-04 12:28 PST by Timothy Hatcher
Modified: 2014-07-11 15:58 PDT (History)
5 users (show)

See Also:


Attachments
[PATCH] Addition of _childrenListNode check. (2.77 KB, patch)
2014-05-29 17:43 PDT, Jonathan Wells
no flags Details | Formatted Diff | Diff

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