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