| Index: runtime/vm/dart_api_impl.h
|
| diff --git a/runtime/vm/dart_api_impl.h b/runtime/vm/dart_api_impl.h
|
| index 28c24dc080a214f5c1a767a28b281cc950cfe77d..674b643ce0b5ff38b54bc4e2660f2d5357edefb3 100644
|
| --- a/runtime/vm/dart_api_impl.h
|
| +++ b/runtime/vm/dart_api_impl.h
|
| @@ -81,7 +81,7 @@ class Api : AllStatic {
|
| #define DECLARE_UNWRAP(Type) \
|
| static const Type& Unwrap##Type##Handle(Isolate* isolate, \
|
| Dart_Handle object);
|
| - CLASS_LIST_NO_OBJECT(DECLARE_UNWRAP)
|
| + CLASS_LIST_FOR_HANDLES(DECLARE_UNWRAP)
|
| #undef DECLARE_UNWRAP
|
|
|
| // Validates and converts the passed in handle as a local handle.
|
|
|