| Index: runtime/embedders/android/vm_glue.h
|
| ===================================================================
|
| --- runtime/embedders/android/vm_glue.h (revision 16869)
|
| +++ runtime/embedders/android/vm_glue.h (working copy)
|
| @@ -25,7 +25,8 @@
|
| void FinishMainIsolate();
|
|
|
| private:
|
| - int Invoke(const char *function, int argc, Dart_Handle* args);
|
| + int Invoke(const char *function, int argc, Dart_Handle* args,
|
| + bool failIfNotDefined = true);
|
|
|
| static int ErrorExit(const char* format, ...);
|
| static Dart_Handle CheckError(Dart_Handle);
|
|
|