Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-step/debugger-step-into-event-listener.html

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698