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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/debugger-inline-values.html

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month 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-ui/debugger-inline-values.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/debugger-inline-values.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/debugger-inline-values.html
index c0264de564c4f781ba980be181512431272c0a81..99aaa58c534e66f03f45a8292acec1646f81ed7a 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/debugger-inline-values.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/debugger-inline-values.html
@@ -25,7 +25,7 @@ function test()
function runTestFunction()
{
- InspectorTest.addSniffer(WebInspector.JavaScriptSourceFrame.prototype, "setExecutionLocation", onSetExecutionLocation);
+ InspectorTest.addSniffer(Sources.JavaScriptSourceFrame.prototype, "setExecutionLocation", onSetExecutionLocation);
InspectorTest.evaluateInPage("setTimeout(testFunction, 0)");
}
@@ -46,7 +46,7 @@ function test()
InspectorTest.addResult(output.join(" "));
}
- InspectorTest.addSniffer(WebInspector.JavaScriptSourceFrame.prototype, "setExecutionLocation", onSetExecutionLocation);
+ InspectorTest.addSniffer(Sources.JavaScriptSourceFrame.prototype, "setExecutionLocation", onSetExecutionLocation);
if (++stepCount < 10)
InspectorTest.stepOver();
else

Powered by Google App Engine
This is Rietveld 408576698