| Index: third_party/WebKit/Source/devtools/front_end/network/XMLView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/network/XMLView.js b/third_party/WebKit/Source/devtools/front_end/network/XMLView.js
|
| index 9fa6435820d76ac0b5240f68712483f91a7e0da0..fbbcdb2d9ed61ef05896bd888f670090ee0161f8 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/network/XMLView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/network/XMLView.js
|
| @@ -373,5 +373,3 @@ WebInspector.XMLView.Node = class extends TreeElement {
|
| this.appendChild(new WebInspector.XMLView.Node(this._node, true, this._xmlView));
|
| }
|
| };
|
| -
|
| -
|
|
|