Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-console/debugger-command-line-api.html

Issue 1866213002: [DevTools] Move inspect from Inspector to Runtime. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@inspector-connection
Patch Set: inspectRequested Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/agents-enable-disable-expected.txt ('k') | third_party/WebKit/Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698