| 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 3b3825c1a93b3a3c6fcfa37a3db71224facab9ed..9724274a99e8edb47a05bd122daa0364c9be1d2d 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.testResourceMappingModelInfo._resetForTest();
|
| }
|
|
|
| function createBreakpoint(url, lineNumber, condition, enabled)
|
|
|