Chromium Code Reviews| 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..1018bc5ed145be89d9f5fa1ff48806f77060c611 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_NO_OBJECT_WITH_STRING(DECLARE_UNWRAP) |
|
siva
2012/11/05 19:23:38
CLASS_LIST_NO_OBJECT_WITH_STRING is kind of hard t
Tom Ball
2012/11/05 21:22:41
Implemented your macro suggestion.
|
| #undef DECLARE_UNWRAP |
| // Validates and converts the passed in handle as a local handle. |