Chromium Code Reviews| Index: runtime/vm/dart_api_impl.h |
| =================================================================== |
| --- runtime/vm/dart_api_impl.h (revision 28312) |
| +++ runtime/vm/dart_api_impl.h (working copy) |
| @@ -226,6 +226,8 @@ |
| Dart_WeakPersistentHandle retval); |
| private: |
| + static Dart_Handle InitNewHandle(Isolate* isolate, RawObject* raw); |
| + |
| // Thread local key used by the API. Currently holds the current |
| // ApiNativeScope if any. |
| static ThreadLocalKey api_native_key_; |