| Index: runtime/vm/dart_api_impl.h
|
| ===================================================================
|
| --- runtime/vm/dart_api_impl.h (revision 26045)
|
| +++ runtime/vm/dart_api_impl.h (working copy)
|
| @@ -206,6 +206,8 @@
|
| static void SetDoubleReturnValue(NativeArguments* args, double retval) {
|
| args->SetReturnUnsafe(Double::New(retval));
|
| }
|
| + static void SetWeakHandleReturnValue(NativeArguments* args,
|
| + Dart_WeakPersistentHandle retval);
|
|
|
| private:
|
| // Thread local key used by the API. Currently holds the current
|
|
|