| 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
|
|
|