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

Unified Diff: LayoutTests/inspector/sources/debugger/breakpoint-manager.js

Issue 485713002: DevTools: Use targetManager.inspectedPageUrl() instead of resourceTreeModel.inspectedPageUrl() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addrss comments Created 6 years, 4 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/file-system-project-mapping.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/sources/debugger/breakpoint-manager.js
diff --git a/LayoutTests/inspector/sources/debugger/breakpoint-manager.js b/LayoutTests/inspector/sources/debugger/breakpoint-manager.js
index 00b28f53234ae5e75046ca1a7b14ef3e17e10381..07eedcf5f1012ff14415e7a4f3b62de002e4df7c 100644
--- a/LayoutTests/inspector/sources/debugger/breakpoint-manager.js
+++ b/LayoutTests/inspector/sources/debugger/breakpoint-manager.js
@@ -34,7 +34,7 @@ InspectorTest.createMockTarget = function(id)
{
return id;
},
-
+ resourceTreeModel: new WebInspector.Object(),
addEventListener: function() { },
removeEventListener: function() { },
dispose: function() { },
« no previous file with comments | « no previous file | LayoutTests/inspector/sources/debugger/file-system-project-mapping.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698