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

Unified Diff: LayoutTests/http/tests/inspector/debugger-test.js

Issue 350153004: DevTools: Activate breakpoints in breakpointManager (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address vsevik's comment 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
« no previous file with comments | « no previous file | LayoutTests/inspector/sources/debugger/debugger-breakpoints-not-activated-on-reload.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/inspector/debugger-test.js
diff --git a/LayoutTests/http/tests/inspector/debugger-test.js b/LayoutTests/http/tests/inspector/debugger-test.js
index ed814904a49fd3e6b291806b439835871b242b09..7f4356ee2ac1b4af0b70263fe226d098770ec4f8 100644
--- a/LayoutTests/http/tests/inspector/debugger-test.js
+++ b/LayoutTests/http/tests/inspector/debugger-test.js
@@ -14,7 +14,7 @@ InspectorTest.startDebuggerTest = function(callback, quiet)
InspectorTest.completeDebuggerTest = function()
{
- WebInspector.debuggerModel.setBreakpointsActive(true);
+ WebInspector.breakpointManager.setBreakpointsActive(true);
InspectorTest.resumeExecution(InspectorTest.completeTest.bind(InspectorTest));
};
« no previous file with comments | « no previous file | LayoutTests/inspector/sources/debugger/debugger-breakpoints-not-activated-on-reload.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698