| Index: third_party/WebKit/LayoutTests/http/tests/inspector/extensions-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/extensions-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/extensions-test.js
|
| index cf84c359c2433d19905fdc3c2910e0523c1f009d..fe3aa7767f793582ceba9ab16dc4a214d98e4d43 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/extensions-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/extensions-test.js
|
| @@ -71,5 +71,6 @@ function extension_showPanel(panelId, callback)
|
|
|
| var test = function()
|
| {
|
| + WebInspector.moduleSetting("shortcutPanelSwitch").set(true);
|
| InspectorTest.runExtensionTests();
|
| }
|
|
|