| Index: runtime/bin/dartutils.h
|
| diff --git a/runtime/bin/dartutils.h b/runtime/bin/dartutils.h
|
| index 73e2e9432bbbd8ae4389c4ff98b65894ebe26db0..b416a9399cf76dd9c42d30db5dd060a7e763c4a1 100644
|
| --- a/runtime/bin/dartutils.h
|
| +++ b/runtime/bin/dartutils.h
|
| @@ -199,6 +199,7 @@ class DartUtils {
|
|
|
| static Dart_Handle ResolveUriInWorkingDirectory(Dart_Handle script_uri);
|
| static Dart_Handle FilePathFromUri(Dart_Handle script_uri);
|
| + static Dart_Handle ResolveUri(Dart_Handle library_url, Dart_Handle url);
|
|
|
| // Sniffs the specified text_buffer to see if it contains the magic number
|
| // representing a script snapshot. If the text_buffer is a script snapshot
|
|
|