Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager-listeners-count.html |
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager-listeners-count.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager-listeners-count.html |
index 1bdf9d4ad64486769ba45a0e34ffa39cc5d7eefe..0dc8d4b55b881ce6ebf47c65cb8e14d3c2e876a9 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager-listeners-count.html |
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager-listeners-count.html |
@@ -27,7 +27,7 @@ function test() |
function didShowScriptSourceAgain() |
{ |
- var listeners = WebInspector.breakpointManager._listeners.get("breakpoint-added"); |
+ var listeners = WebInspector.breakpointManager._listeners.get(WebInspector.BreakpointManager.Events.BreakpointAdded); |
// There should be 3 breakpoint-added event listeners: |
// - BreakpointsSidebarPane |
// - 2 shown tabs |