Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1104)

Unified Diff: runtime/vm/dart_api_impl.cc

Issue 11367044: Merged String subclasses into String. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Removed unnecessary scope. Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/vm/dart_api_impl.cc
diff --git a/runtime/vm/dart_api_impl.cc b/runtime/vm/dart_api_impl.cc
index 74458f5aaf9f365665bc5008b7fafff51428d7af..000a0f88fa76140b1a557ab889ff07914715fa07 100644
--- a/runtime/vm/dart_api_impl.cc
+++ b/runtime/vm/dart_api_impl.cc
@@ -142,7 +142,7 @@ RawObject* Api::UnwrapHandle(Dart_Handle object) {
} \
return type::Handle(iso); \
}
-CLASS_LIST_NO_OBJECT(DEFINE_UNWRAP)
+CLASS_LIST_NO_OBJECT_WITH_STRING(DEFINE_UNWRAP)
siva 2012/11/05 19:23:38 Ditto comment about readability of this.
Tom Ball 2012/11/05 21:22:41 Done.
#undef DEFINE_UNWRAP

Powered by Google App Engine
This is Rietveld 408576698