| Index: third_party/WebKit/Source/devtools/front_end/sources/SourcesView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/SourcesView.js b/third_party/WebKit/Source/devtools/front_end/sources/SourcesView.js
|
| index 2b57bda3c78d6aaa22b8010baa4391ec61abea11..eea0d2d7d6557fc021535d0c56087a64fac37b05 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/SourcesView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/SourcesView.js
|
| @@ -270,8 +270,8 @@ WebInspector.SourcesView.prototype = {
|
| {
|
| this._scriptViewToolbar.removeToolbarItems();
|
| var view = this.visibleView()
|
| - if (view instanceof WebInspector.View) {
|
| - for (var item of (/** @type {?WebInspector.View} */(view)).toolbarItems())
|
| + if (view instanceof WebInspector.SimpleView) {
|
| + for (var item of (/** @type {?WebInspector.SimpleView} */(view)).syncToolbarItems())
|
| this._scriptViewToolbar.appendToolbarItem(item);
|
| }
|
| },
|
|
|