| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-autocontinue-on-syntax-error.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-autocontinue-on-syntax-error.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-autocontinue-on-syntax-error.html
|
| index f1ff50ad2249ec4bd70820a0945244433f4159c9..8a0463f84ca8fc94615e667af6d5c823cc95df0c 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-autocontinue-on-syntax-error.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-autocontinue-on-syntax-error.html
|
| @@ -17,7 +17,7 @@ function test()
|
|
|
| function step1()
|
| {
|
| - InspectorTest.DebuggerAgent.setPauseOnExceptions(WebInspector.DebuggerModel.PauseOnExceptionsState.PauseOnUncaughtExceptions);
|
| + InspectorTest.DebuggerAgent.setPauseOnExceptions(SDK.DebuggerModel.PauseOnExceptionsState.PauseOnUncaughtExceptions);
|
| InspectorTest.addConsoleSniffer(step2);
|
| InspectorTest.evaluateInPage("loadIframe()");
|
| }
|
|
|