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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-headers.html

Issue 2758673002: [DevTools] Extract NetworkLog and HAREntry to a separate network_log module (Closed)
Patch Set: rebased Created 3 years, 9 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/resource-har-headers.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-headers.html b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-headers.html
index 7889d1e6e2e01c3760a48c913dea80c12bb55640..8788e766419d4a2484b8470412497873fd11a388 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-headers.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-headers.html
@@ -60,7 +60,7 @@ var test = function()
"_transferSize": "formatAsTypeName",
"_error": "skip"
};
- InspectorTest.addObject(new SDK.HAREntry(testRequest).build(), stillNondeterministic, "", "HAR:");
+ InspectorTest.addObject(new NetworkLog.HAREntry(testRequest).build(), stillNondeterministic, "", "HAR:");
InspectorTest.completeTest();
}
</script>

Powered by Google App Engine
This is Rietveld 408576698