Index: LayoutTests/inspector/sources/debugger/debugger-breakpoints-not-activated-on-reload.html |
diff --git a/LayoutTests/inspector/sources/debugger/debugger-breakpoints-not-activated-on-reload.html b/LayoutTests/inspector/sources/debugger/debugger-breakpoints-not-activated-on-reload.html |
index 65a09afd1eed35b1d7665e8ea663e5229804082d..52470a3869c49a9caf2f31a4c06a0cee8ebd1aa3 100644 |
--- a/LayoutTests/inspector/sources/debugger/debugger-breakpoints-not-activated-on-reload.html |
+++ b/LayoutTests/inspector/sources/debugger/debugger-breakpoints-not-activated-on-reload.html |
@@ -32,7 +32,7 @@ var test = function() |
function step3() |
{ |
InspectorTest.addResult("Main resource was shown."); |
- if (!WebInspector.debuggerModel.breakpointsActive()) |
+ if (!WebInspector.breakpointManager.breakpointsActive()) |
InspectorTest.addResult("Breakpoints are deactivated."); |
else |
InspectorTest.addResult("Error: breakpoints are activated."); |