| Index: runtime/vm/symbols.h
|
| ===================================================================
|
| --- runtime/vm/symbols.h (revision 13204)
|
| +++ runtime/vm/symbols.h (working copy)
|
| @@ -35,7 +35,7 @@
|
| V(FallThroughError, "FallThroughErrorImplementation") \
|
| V(AbstractClassInstantiationError, \
|
| "AbstractClassInstantiationErrorImplementation") \
|
| - V(StaticResolutionException, "StaticResolutionException") \
|
| + V(NoSuchMethodError, "NoSuchMethodErrorImplementation") \
|
| V(ThrowNew, "_throwNew") \
|
| V(ListLiteralFactoryClass, "_ListLiteralFactory") \
|
| V(ListLiteralFactory, "List.fromLiteral") \
|
|
|