| Index: third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html
|
| index 9e4b20ae8662467f31ab31d003b57ca932b029c2..3ca22ad7b80acb20cc178832d7fc86e2e369dddb 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html
|
| @@ -335,7 +335,7 @@ function extension_testGlobalShortcuts(nextTest)
|
| {
|
| output("Panel hidden, test passed.");
|
| testPanel.onShown.removeListener(onPanelHidden);
|
| - evaluateOnFrontend("reply(WebInspector.inspectorView.closeDrawer())", nextTest);
|
| + evaluateOnFrontend("reply(WebInspector.inspectorView._closeDrawer())", nextTest);
|
| }
|
| }
|
|
|
|
|