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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-mute-exception.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-pause/debugger-mute-exception.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-mute-exception.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-mute-exception.html
index fe9e2d6f2f85dfe98d51f8dd01e1d45a62618c1f..33d637914ce15e06f97d4818e7911df662ddfe00 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-mute-exception.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-mute-exception.html
@@ -31,7 +31,7 @@ var test = function()
function step1()
{
- InspectorTest.DebuggerAgent.setPauseOnExceptions(WebInspector.DebuggerModel.PauseOnExceptionsState.PauseOnAllExceptions);
+ InspectorTest.DebuggerAgent.setPauseOnExceptions(SDK.DebuggerModel.PauseOnExceptionsState.PauseOnAllExceptions);
InspectorTest.showScriptSource("debugger-mute-exception.html", step2);
}
@@ -46,7 +46,7 @@ var test = function()
function step3()
{
- InspectorTest.DebuggerAgent.setPauseOnExceptions(WebInspector.DebuggerModel.PauseOnExceptionsState.DontPauseOnExceptions);
+ InspectorTest.DebuggerAgent.setPauseOnExceptions(SDK.DebuggerModel.PauseOnExceptionsState.DontPauseOnExceptions);
InspectorTest.completeDebuggerTest();
}
}

Powered by Google App Engine
This is Rietveld 408576698