Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/settings/SettingsScreen.js |
| diff --git a/third_party/WebKit/Source/devtools/front_end/settings/SettingsScreen.js b/third_party/WebKit/Source/devtools/front_end/settings/SettingsScreen.js |
| index cea3b8763fd2e04ccbe157d852988d77b56c569f..4e55c5e8ded3b252203250ad58da5460ad8df8d2 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/settings/SettingsScreen.js |
| +++ b/third_party/WebKit/Source/devtools/front_end/settings/SettingsScreen.js |
| @@ -88,7 +88,7 @@ WebInspector.SettingsScreen.prototype = { |
| */ |
| selectTab: function(name) |
| { |
| - this._tabbedLocation.showView(name); |
| + WebInspector.viewManager.showView(name); |
|
dgozman
2016/08/05 01:32:09
I'm worried we will have name clashes soon.
|
| }, |
| /** |