Index: runtime/vm/dart_api_impl.h |
=================================================================== |
--- runtime/vm/dart_api_impl.h (revision 6193) |
+++ runtime/vm/dart_api_impl.h (working copy) |
@@ -73,7 +73,7 @@ |
class Api : AllStatic { |
public: |
// Creates a new local handle. |
- static Dart_Handle NewLocalHandle(Isolate* isolate, const Object& object); |
+ static Dart_Handle NewHandle(Isolate* isolate, RawObject* raw); |
// Unwraps the raw object from the handle. |
static RawObject* UnwrapHandle(Dart_Handle object); |