| 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 2c329667b322cda89f4470a0cdf53c655066d92e..45cba21815ad21936c647dfb946236cb2755737e 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/settings/SettingsScreen.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/settings/SettingsScreen.js
|
| @@ -87,7 +87,7 @@ WebInspector.SettingsScreen.prototype = {
|
| {
|
| var shiftKeyCode = 16;
|
| if (event.keyCode === shiftKeyCode && ++this._developerModeCounter > 5)
|
| - this.element.classList.add("settings-developer-mode");
|
| + this.contentElement.classList.add("settings-developer-mode");
|
| },
|
|
|
| __proto__: WebInspector.VBox.prototype
|
|
|