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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager.html

Issue 2893073002: DevTools: introduce ResourceMapping (Closed)
Patch Set: cleanup test Created 3 years, 7 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: third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager.html
index c896fa097cb9e96ac4fa37940f65e173f2cc813b..39793a8c68fd18e8426957edc957061e14330520 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager.html
@@ -13,7 +13,8 @@ function test()
mockTarget.debuggerModel.reset();
InspectorTest.addResult(" Resetting workspace.");
breakpointManager._debuggerWorkspaceBinding._reset(mockTarget.debuggerModel);
- InspectorTest.testNetworkProject._reset();
+ InspectorTest.testNetworkProject._resetForTest();
+ InspectorTest.testResourceBinding._resetForTest();
}
function createBreakpoint(url, lineNumber, condition, enabled)

Powered by Google App Engine
This is Rietveld 408576698