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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/network/waterfall-images.html

Issue 2801943003: [DevTools] Remove SDK.SDKObject (Closed)
Patch Set: Created 3 years, 8 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/http/tests/inspector/network/waterfall-images.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/waterfall-images.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network/waterfall-images.html
index eb029afc69068abfd1c5554575095641b24bdc91..15432bcef9d6f66f908f29a2a7c7d707527c0fdb 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/waterfall-images.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/waterfall-images.html
@@ -237,7 +237,7 @@ function test()
}
function makeRequest(requestData) {
- var request = new SDK.NetworkRequest(SDK.targetManager.mainTarget(), (++requestIds).toString(), requestData.url);
+ var request = new SDK.NetworkRequest(InspectorTest.networkManager, (++requestIds).toString(), requestData.url);
request.setResourceType(requestData.type);
request.setIssueTime(requestData.issueTime, requestData.wallIssueTime);
request.timing = requestData.timing;

Powered by Google App Engine
This is Rietveld 408576698