Index: runtime/vm/symbols.h |
=================================================================== |
--- runtime/vm/symbols.h (revision 11699) |
+++ runtime/vm/symbols.h (working copy) |
@@ -33,6 +33,8 @@ |
V(AssertionError, "AssertionErrorImplementation") \ |
V(TypeError, "TypeErrorImplementation") \ |
V(FallThroughError, "FallThroughErrorImplementation") \ |
+ V(AbstractClassInstantiationError, \ |
+ "AbstractClassInstantiationErrorImplementation") \ |
V(StaticResolutionException, "StaticResolutionException") \ |
V(ThrowNew, "_throwNew") \ |
V(ListLiteralFactoryClass, "_ListLiteralFactory") \ |