| Index: runtime/bin/dartutils.h
|
| diff --git a/runtime/bin/dartutils.h b/runtime/bin/dartutils.h
|
| index 57f168f6aedfab2fc4c761f2a80fb1563c9e8b05..cda672a88d4240323eccca346c03fc2a6aa92fd4 100644
|
| --- a/runtime/bin/dartutils.h
|
| +++ b/runtime/bin/dartutils.h
|
| @@ -110,6 +110,9 @@ class DartUtils {
|
| // Create a new Dart OSError object with the provided OS error.
|
| static Dart_Handle NewDartOSError(OSError* os_error);
|
|
|
| + // Create a new Dart InternalError object with the provided message.
|
| + static Dart_Handle NewInternalError(const char* message);
|
| +
|
| static void SetOriginalWorkingDirectory();
|
|
|
| // Global state that stores the original working directory..
|
|
|