Index: runtime/vm/class_finalizer.h |
=================================================================== |
--- runtime/vm/class_finalizer.h (revision 32616) |
+++ runtime/vm/class_finalizer.h (working copy) |
@@ -97,6 +97,9 @@ |
// needed during bootstrapping where the classes have been preloaded. |
static void VerifyBootstrapClasses(); |
+ // Resolve the class of the type, but not the type's type arguments. |
+ static void ResolveTypeClass(const Class& cls, const AbstractType& type); |
+ |
// Resolve the class of the type and the class of the type's type arguments. |
static void ResolveType(const Class& cls, const AbstractType& type); |