Chromium Code Reviews| Index: runtime/bin/dartutils.h |
| =================================================================== |
| --- runtime/bin/dartutils.h (revision 28804) |
| +++ runtime/bin/dartutils.h (working copy) |
| @@ -161,6 +161,7 @@ |
| } |
| // Create a new Dart InternalError object with the provided message. |
| + static Dart_Handle NewError(const char* format, ...); |
| static Dart_Handle NewInternalError(const char* message); |
| static bool SetOriginalWorkingDirectory(); |