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