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

Unified Diff: LayoutTests/inspector/sources/debugger/debugger-breakpoints-not-activated-on-reload.html

Issue 350153004: DevTools: Activate breakpoints in breakpointManager (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months 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: 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.");

Powered by Google App Engine
This is Rietveld 408576698