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

Unified Diff: runtime/bin/dartutils.h

Issue 2081853004: Do not use Dart_DefaultCanonicalizeUrl for resolving a script uri in the current working directory … (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Do not use Dart_DefaultCanonicalizeUrl for resolving a script uri in the current working directory … Created 4 years, 6 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/bin/dartutils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/dartutils.h
diff --git a/runtime/bin/dartutils.h b/runtime/bin/dartutils.h
index 4aba08b0568f950427d59ddcb214e6b2b1b8c673..b9fe476e0acf9dac2f1c2604fa7aac61e1b8f44c 100644
--- a/runtime/bin/dartutils.h
+++ b/runtime/bin/dartutils.h
@@ -197,6 +197,7 @@ class DartUtils {
static const char* MapLibraryUrl(const char* url_string);
+ static Dart_Handle ResolveUriInWorkingDirectory(Dart_Handle script_uri);
static Dart_Handle ResolveScript(Dart_Handle url);
// Sniffs the specified text_buffer to see if it contains the magic number
« no previous file with comments | « no previous file | runtime/bin/dartutils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698