| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-pause-on-exception.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-pause-on-exception.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-pause-on-exception.html
|
| index d5e6ddf135cf3c8bb6fe49ab9b0213b26806b8a8..9cfa9767eef4d192834487e9403b59df17225944 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-pause-on-exception.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-pause-on-exception.html
|
| @@ -20,7 +20,7 @@ var test = function()
|
|
|
| function step1()
|
| {
|
| - InspectorTest.DebuggerAgent.setPauseOnExceptions(WebInspector.DebuggerModel.PauseOnExceptionsState.PauseOnUncaughtExceptions);
|
| + InspectorTest.DebuggerAgent.setPauseOnExceptions(SDK.DebuggerModel.PauseOnExceptionsState.PauseOnUncaughtExceptions);
|
| InspectorTest.showScriptSource("debugger-pause-on-exception.html", step2);
|
| }
|
|
|
| @@ -33,7 +33,7 @@ var test = function()
|
|
|
| function step3()
|
| {
|
| - InspectorTest.DebuggerAgent.setPauseOnExceptions(WebInspector.DebuggerModel.PauseOnExceptionsState.DontPauseOnExceptions);
|
| + InspectorTest.DebuggerAgent.setPauseOnExceptions(SDK.DebuggerModel.PauseOnExceptionsState.DontPauseOnExceptions);
|
| InspectorTest.completeDebuggerTest();
|
| }
|
| }
|
|
|