| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/rethrow-error-from-bindings-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/rethrow-error-from-bindings-crash.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger/rethrow-error-from-bindings-crash.html
|
| index a98a556448c67c3bb9cae7a7394de70f73522747..0a44cc9305d64b8e01d77645443bbe992c3a03a9 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/rethrow-error-from-bindings-crash.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/rethrow-error-from-bindings-crash.html
|
| @@ -34,7 +34,7 @@ var test = function()
|
|
|
| function step1()
|
| {
|
| - InspectorTest.DebuggerAgent.setPauseOnExceptions(WebInspector.DebuggerModel.PauseOnExceptionsState.PauseOnUncaughtExceptions);
|
| + InspectorTest.DebuggerAgent.setPauseOnExceptions(SDK.DebuggerModel.PauseOnExceptionsState.PauseOnUncaughtExceptions);
|
| InspectorTest.runTestFunctionAndWaitUntilPaused(didPause);
|
| }
|
|
|
| @@ -57,7 +57,7 @@ var test = function()
|
|
|
| function completeTest()
|
| {
|
| - InspectorTest.DebuggerAgent.setPauseOnExceptions(WebInspector.DebuggerModel.PauseOnExceptionsState.DontPauseOnExceptions);
|
| + InspectorTest.DebuggerAgent.setPauseOnExceptions(SDK.DebuggerModel.PauseOnExceptionsState.DontPauseOnExceptions);
|
| InspectorTest.completeDebuggerTest();
|
| }
|
| }
|
|
|