| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-console/debugger-command-line-api.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-console/debugger-command-line-api.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-console/debugger-command-line-api.html
|
| index 61995fcdbdb79b18ffd4e4c96d93869cb8fc8139..c736202c28eb28afdf296b4dfac0dace413172d1 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-console/debugger-command-line-api.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-console/debugger-command-line-api.html
|
| @@ -12,7 +12,7 @@ function testFunction()
|
|
|
| var test = function()
|
| {
|
| - InspectorTest.addSniffer(WebInspector.Main.prototype, "inspect", inspect);
|
| + InspectorTest.addSniffer(WebInspector.RuntimeModel.prototype, "_inspectRequested", inspect);
|
| InspectorTest.addSniffer(WebInspector.Revealer, "revealPromise", oneRevealPromise, true);
|
|
|
| function oneRevealPromise(node, revealPromise)
|
|
|