| Index: third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js b/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js
|
| index 9f97ef7646d5530bededee976ad28820b426392d..a0e9839580137040e37d3db277a3632423c1a1e2 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js
|
| @@ -81,6 +81,7 @@ WebInspector.SourcesPanel = function()
|
| this._sourcesView.addEventListener(WebInspector.SourcesView.Events.EditorClosed, this._editorClosed.bind(this));
|
| this._sourcesView.registerShortcuts(this.registerShortcuts.bind(this));
|
| this.editorView.setMainWidget(this._sourcesView);
|
| + this._editorChanged(this._sourcesView.currentUISourceCode());
|
|
|
| this.sidebarPanes = {};
|
| this.sidebarPanes.threads = null;
|
|
|