Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(374)

Unified Diff: runtime/embedders/android/vm_glue.h

Issue 11823034: Backport some work from sample to embedder: (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/embedders/android/sound_service.cc ('k') | runtime/embedders/android/vm_glue.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « runtime/embedders/android/sound_service.cc ('k') | runtime/embedders/android/vm_glue.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698