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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/network/network-empty-xhr.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/network-empty-xhr.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-empty-xhr.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-empty-xhr.html
index 843777d65984dd5e79a9ca140f2b79ddf5621fc4..cf735edbe9c08c290135551303678c7ab284f49c 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-empty-xhr.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-empty-xhr.html
@@ -9,7 +9,7 @@ function test()
{
if (!request)
return callback();
- InspectorTest.addResult(request.url);
+ InspectorTest.addResult(request.url());
function contentLoaded()
{

Powered by Google App Engine
This is Rietveld 408576698