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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-panel.html

Issue 2958403002: [WIP] DevTools: move UISourceCode creation into ResourceScriptMapping
Patch Set: pass everything but breakpointmanager Created 3 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: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-panel.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-panel.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-panel.html
index 67702ba6e6fcf0af494d40dc6a2039d9b81c17de..2080d84f6212650bc3cc886eb2fba3766107f669 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-panel.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-panel.html
@@ -25,7 +25,7 @@ function test()
InspectorTest.addResult("Source requested for " + this.url());
}
- Bindings.NetworkProject.forTarget(InspectorTest.mainTarget)._resetForTest();
+ Bindings.debuggerWorkspaceBinding._debuggerModelToData.get(InspectorTest.debuggerModel)._resourceMapping._resetForTest();
Bindings.resourceMapping._resetForTest(InspectorTest.mainTarget);
var page = new InspectorTest.PageMock('http://example.com');
InspectorTest.connectToPage('mock-page', page, true /* makeMainTarget */);

Powered by Google App Engine
This is Rietveld 408576698