RESOLVED FIXED 129696
REGRESSION: Web Inspector: Exception showing the DOM tree for a node with too many children
https://bugs.webkit.org/show_bug.cgi?id=129696
Summary REGRESSION: Web Inspector: Exception showing the DOM tree for a node with too...
Timothy Hatcher
Reported 2014-03-04 12:28:19 PST
DOMTreeElement.js:430:67: JS ERROR: TypeError: null is not an object (evaluating 'item.listItemElement.firstChild')
Attachments
[PATCH] Addition of _childrenListNode check. (2.77 KB, patch)
2014-05-29 17:43 PDT, Jonathan Wells
no flags
Radar WebKit Bug Importer
Comment 1 2014-03-04 12:28:30 PST
Jonathan Wells
Comment 2 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'.
Joseph Pecoraro
Comment 3 2014-06-09 17:16:57 PDT
Comment on attachment 232274 [details] [PATCH] Addition of _childrenListNode check. r=me
WebKit Commit Bot
Comment 4 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>
WebKit Commit Bot
Comment 5 2014-06-09 17:46:59 PDT
All reviewed patches have been landed. Closing bug.
Timothy Hatcher
Comment 6 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.
Note You need to log in before you can comment on or make changes to this bug.