Chromium Code Reviews| Index: vm/dart_api_impl.h |
| =================================================================== |
| --- vm/dart_api_impl.h (revision 6195) |
| +++ vm/dart_api_impl.h (working copy) |
| @@ -74,6 +74,7 @@ |
| public: |
| // Creates a new local handle. |
| static Dart_Handle NewLocalHandle(Isolate* isolate, const Object& object); |
| + static Dart_Handle NewLocalHandle(Isolate* isolate, RawObject* object); |
| // Unwraps the raw object from the handle. |
| static RawObject* UnwrapHandle(Dart_Handle object); |