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

Unified Diff: runtime/vm/uri.cc

Issue 2037823003: Make ResolveUri return the correct target_uri for relative base uris. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 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 | runtime/vm/uri_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/uri.cc
diff --git a/runtime/vm/uri.cc b/runtime/vm/uri.cc
index b222c5c092a6a3b807de35194b74399694cf8447..d23df1573be208c9d7d7e2355b32b8a9d19a0ff9 100644
--- a/runtime/vm/uri.cc
+++ b/runtime/vm/uri.cc
@@ -536,6 +536,7 @@ bool ResolveUri(const char* ref_uri,
// described in the RFC. We do not need to support this for
// library resolution. If we need to implement this later, we
// can.
+ *target_uri = NULL;
return false;
}
« no previous file with comments | « no previous file | runtime/vm/uri_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698