| 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();
|
| }
|
| }
|
|
|