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

Unified Diff: runtime/vm/reusable_handles.h

Issue 203443012: Fix canonicalization of types. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 9 months 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
« no previous file with comments | « runtime/vm/object.cc ('k') | tests/language/language.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/reusable_handles.h
===================================================================
--- runtime/vm/reusable_handles.h (revision 34127)
+++ runtime/vm/reusable_handles.h (working copy)
@@ -92,6 +92,8 @@
ReusableFieldHandleScope reused_field_handle(isolate);
#define REUSABLE_CLASS_HANDLESCOPE(isolate) \
ReusableClassHandleScope reused_class_handle(isolate);
+#define REUSABLE_ABSTRACT_TYPE_HANDLESCOPE(isolate) \
+ ReusableAbstractTypeHandleScope reused_abstract_type(isolate);
#define REUSABLE_TYPE_PARAMETER_HANDLESCOPE(isolate) \
ReusableTypeParameterHandleScope reused_type_parameter(isolate);
#define REUSABLE_TYPE_ARGUMENTS_HANDLESCOPE(isolate) \
« no previous file with comments | « runtime/vm/object.cc ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698