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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/command-line-api-inspect.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/http/tests/inspector/command-line-api-inspect.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/command-line-api-inspect.html b/third_party/WebKit/LayoutTests/http/tests/inspector/command-line-api-inspect.html
index 38320ea689c1bf9821b2d849635cd99de3955166..8ee9b7d46ce632be22b621c8e8f1f6adc4e384c1 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/command-line-api-inspect.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/command-line-api-inspect.html
@@ -11,7 +11,7 @@ function onload()
function test()
{
- InspectorTest.addSniffer(WebInspector.Main.prototype, "inspect", sniffInspect, true);
+ InspectorTest.addSniffer(WebInspector.RuntimeModel.prototype, "_inspectRequested", sniffInspect, true);
function sniffInspect(objectId, hints)
{

Powered by Google App Engine
This is Rietveld 408576698