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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/reveal-execution-line.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/reveal-execution-line.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/reveal-execution-line.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/reveal-execution-line.html
index f3f75d0ebad77cbd3837fad2e526bec5ed7bdf24..f31512e47291b67fc32e0c28b817383865af317e 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/reveal-execution-line.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/reveal-execution-line.html
@@ -16,8 +16,8 @@ var test = function()
{
var executionLineSet = false;
var executionLineRevealed = false;
- InspectorTest.addSniffer(WebInspector.SourceFrame.prototype, "revealPosition", didRevealLine);
- InspectorTest.addSniffer(WebInspector.JavaScriptSourceFrame.prototype, "setExecutionLocation", didSetExecutionLocation);
+ InspectorTest.addSniffer(SourceFrame.SourceFrame.prototype, "revealPosition", didRevealLine);
+ InspectorTest.addSniffer(Sources.JavaScriptSourceFrame.prototype, "setExecutionLocation", didSetExecutionLocation);
InspectorTest.runTestFunctionAndWaitUntilPaused(didPause);
function didPause(callFrames)

Powered by Google App Engine
This is Rietveld 408576698