| 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 82448a98ddd00380a081f4532d93a61b681d52fd..b7c89cd8d7e95c868ba449a8566bca87361fcf70 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html
|
| @@ -334,7 +334,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);
|
| }
|
| }
|
|
|
|
|