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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/network/network-xhr-replay.html

Issue 2617283003: [Devtools] Removed getters/setters for NetworkRequest requestId (Closed)
Patch Set: Merge branch 'TYPE_OBJECT_JS' into REMOVE_GETTERS_SETTERS_1 Created 3 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/network/network-filter-updated-requests.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/inspector/network/network-xhr-replay.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-xhr-replay.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-xhr-replay.html
index b51ce942adacb41f054fc9ef5c89288eae4345c4..6e4d11ad82608cffe4368dae7379724586b5f4c8 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-xhr-replay.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-xhr-replay.html
@@ -38,7 +38,7 @@ function test()
{
originalRequest = lastRequest();
dumpRequest(originalRequest);
- InspectorTest.NetworkAgent.replayXHR(originalRequest.requestId);
+ InspectorTest.NetworkAgent.replayXHR(originalRequest.requestId());
InspectorTest.addSniffer(Network.NetworkLogView.prototype, "_appendRequest", step3);
}
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/network/network-filter-updated-requests.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698