| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-step/debugger-step-into-event-listener.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-step/debugger-step-into-event-listener.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-step/debugger-step-into-event-listener.html
|
| index d29898277d80771f3e94db7ff4653ffcfbd6e158..0fe8679d23d8a7588477234a00ced160de55dfc2 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-step/debugger-step-into-event-listener.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-step/debugger-step-into-event-listener.html
|
| @@ -40,7 +40,7 @@ var test = function()
|
| InspectorTest.addResult("SUCCESS: Did step into event listener(" + expectedName + ").");
|
| else
|
| InspectorTest.addResult("FAIL: Unexpected top function: expected " + expectedName + ", found " + topFunctionName);
|
| - InspectorTest.assertEquals(WebInspector.DebuggerModel.BreakReason.Other, reason, "FAIL: wrong pause reason: " + reason);
|
| + InspectorTest.assertEquals(SDK.DebuggerModel.BreakReason.Other, reason, "FAIL: wrong pause reason: " + reason);
|
| }
|
|
|
| var stepCount = 0;
|
|
|