| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-panel-switch.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-panel-switch.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-panel-switch.html
|
| index e449fa522ba8d084ec6c061080e2c9924073246d..76c041fbf9c01db26e76288a4e41a8c9c6bb18e2 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-panel-switch.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-panel-switch.html
|
| @@ -24,7 +24,7 @@ var test = function()
|
| function step1()
|
| {
|
| watchExpressionsPane = WebInspector.panels.sources.sidebarPanes.watchExpressions;
|
| - watchExpressionsPane.requestReveal();
|
| + watchExpressionsPane.revealWidget();
|
| watchExpressionsPane.addExpression("window.document");
|
| watchExpressionsPane.addExpression("windowa.document");
|
|
|
|
|