| Index: third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js b/third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js
|
| index 2b58b56eedf70bf609ffcb86efc7f8173806f940..0e86f49c2294f3e5aaab832f4833a436d4138823 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js
|
| @@ -34,9 +34,10 @@
|
| WebInspector.NavigatorView = function()
|
| {
|
| WebInspector.VBox.call(this);
|
| + this.registerRequiredCSS("sources/navigatorView.css");
|
|
|
| this._scriptsTree = new TreeOutlineInShadow();
|
| - this._scriptsTree.registerRequiredCSS("sources/navigatorView.css");
|
| + this._scriptsTree.registerRequiredCSS("sources/navigatorTree.css");
|
| this._scriptsTree.setComparator(WebInspector.NavigatorView._treeElementsCompare);
|
| this.element.appendChild(this._scriptsTree.element);
|
| this.setDefaultFocusedElement(this._scriptsTree.element);
|
|
|