RESOLVED FIXED 169697
Web Inspector: Refactoring: remove DebuggerTreeElement class
https://bugs.webkit.org/show_bug.cgi?id=169697
Summary Web Inspector: Refactoring: remove DebuggerTreeElement class
Matt Baker
Reported 2017-03-15 14:37:04 PDT
This class only provided a wrapper property `debuggerObject` around TreeElement.prototype.representedObject, which DebuggerSidebarPanel tested for during tree element sorting. We should just test for TreeElement.prototype.representedObject.sourceCodeLocation.
Attachments
Patch (8.21 KB, patch)
2017-03-15 14:38 PDT, Matt Baker
no flags
Matt Baker
Comment 1 2017-03-15 14:38:28 PDT
Devin Rousso
Comment 2 2017-03-16 13:04:14 PDT
Comment on attachment 304552 [details] Patch r=me
WebKit Commit Bot
Comment 3 2017-03-16 13:50:40 PDT
Comment on attachment 304552 [details] Patch Clearing flags on attachment: 304552 Committed r214064: <http://trac.webkit.org/changeset/214064>
WebKit Commit Bot
Comment 4 2017-03-16 13:50:43 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.