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

Unified Diff: third_party/WebKit/LayoutTests/inspector/network/network-update-calculator-for-all-requests.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/inspector/network/network-update-calculator-for-all-requests.html
diff --git a/third_party/WebKit/LayoutTests/inspector/network/network-update-calculator-for-all-requests.html b/third_party/WebKit/LayoutTests/inspector/network/network-update-calculator-for-all-requests.html
index 95163abc090b8402cbbfcd45d8e8baf6945d9a71..b4f6e9c7ac004f8ca84046877c69dd65b1f6bbc9 100644
--- a/third_party/WebKit/LayoutTests/inspector/network/network-update-calculator-for-all-requests.html
+++ b/third_party/WebKit/LayoutTests/inspector/network/network-update-calculator-for-all-requests.html
@@ -11,7 +11,7 @@ function test() {
function appendRequest(id, type, startTime, endTime)
{
- var request = new SDK.NetworkRequest(SDK.targetManager.mainTarget(), "", "", "", "", "");
+ var request = new SDK.NetworkRequest(InspectorTest.networkManager, "", "", "", "", "");
request.setResourceType(type);
request.setRequestId(id);
request.setIssueTime(startTime);

Powered by Google App Engine
This is Rietveld 408576698