| Index: runtime/vm/native_entry.h
|
| diff --git a/runtime/vm/native_entry.h b/runtime/vm/native_entry.h
|
| index e9dab6cdef16a3653cb7acc11a861c52b2333d3c..c5578f92635e9cd21368785136c8eb8c4a178ffb 100644
|
| --- a/runtime/vm/native_entry.h
|
| +++ b/runtime/vm/native_entry.h
|
| @@ -121,6 +121,9 @@ class NativeEntry : public AllStatic {
|
|
|
| static uword LinkNativeCallEntry();
|
| static void LinkNativeCall(Dart_NativeArguments args);
|
| + private:
|
| + static bool ReturnValueIsError(NativeArguments* arguments);
|
| + static void PropagateErrors(NativeArguments* arguments);
|
| };
|
|
|
| } // namespace dart
|
|
|