| Index: runtime/bin/dartutils.h
|
| diff --git a/runtime/bin/dartutils.h b/runtime/bin/dartutils.h
|
| index 7f539deb020a01624a90ad7f195d3cee029484c2..35b7866c04637408d5ee0f24c312b66c4a53d6b5 100644
|
| --- a/runtime/bin/dartutils.h
|
| +++ b/runtime/bin/dartutils.h
|
| @@ -139,6 +139,9 @@ class DartUtils {
|
| strlen(str));
|
| }
|
|
|
| + // Create a new Dart InternalError object with the provided message.
|
| + static Dart_Handle NewInternalError(const char* message);
|
| +
|
| static void SetOriginalWorkingDirectory();
|
|
|
| static const char* MapLibraryUrl(CommandLineOptions* url_mapping,
|
|
|