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

Unified Diff: LayoutTests/http/tests/inspector/filesystem/request-file-content.html

Issue 396993003: DevTools: get rid of WebInspector.cssModel, use target models instead (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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: LayoutTests/http/tests/inspector/filesystem/request-file-content.html
diff --git a/LayoutTests/http/tests/inspector/filesystem/request-file-content.html b/LayoutTests/http/tests/inspector/filesystem/request-file-content.html
index b8a2769c5913213d1cad617922b2ed9084f9a752..a55d4543fb30c77633622f4c6b17864c4ae314f5 100644
--- a/LayoutTests/http/tests/inspector/filesystem/request-file-content.html
+++ b/LayoutTests/http/tests/inspector/filesystem/request-file-content.html
@@ -8,7 +8,7 @@
document.addEventListener("DOMContentLoaded", runTest);
function test()
{
- var fileSystemModel = new WebInspector.FileSystemModel(WebInspector.targetManager.activeTarget());
+ var fileSystemModel = new WebInspector.FileSystemModel(WebInspector.targetManager.mainTarget());
var testStep = [
function()

Powered by Google App Engine
This is Rietveld 408576698