Bug 169697

Summary: Web Inspector: Refactoring: remove DebuggerTreeElement class
Product: WebKit Reporter: Matt Baker <mattbaker>
Component: Web InspectorAssignee: Matt Baker <mattbaker>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, inspector-bugzilla-changes
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 169702    
Attachments:
Description Flags
Patch none

Description Matt Baker 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.
Comment 1 Matt Baker 2017-03-15 14:38:28 PDT
Created attachment 304552 [details]
Patch
Comment 2 Devin Rousso 2017-03-16 13:04:14 PDT
Comment on attachment 304552 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2017-03-16 13:50:43 PDT
All reviewed patches have been landed.  Closing bug.