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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/network/ping.html

Issue 2626553002: [Devtools][Code health] Changed NetworkRequest.url to proper getter/setter (Closed)
Patch Set: changes 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
Index: third_party/WebKit/LayoutTests/http/tests/inspector/network/ping.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/ping.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network/ping.html
index a7e4d503efea1283d984d309860b4531f0a5884d..4f9138b6ff3f7b1362adac3b40f27262016ae1c0 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/ping.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/ping.html
@@ -29,7 +29,7 @@ function test()
// Mac, so checking last request.
var request = InspectorTest.networkRequests().pop();
- InspectorTest.addResult(request.url);
+ InspectorTest.addResult(request.url());
InspectorTest.addResult("resource.requestContentType: " + request.requestContentType());
InspectorTest.completeTest();

Powered by Google App Engine
This is Rietveld 408576698