| Index: runtime/vm/symbols.h
|
| ===================================================================
|
| --- runtime/vm/symbols.h (revision 16582)
|
| +++ runtime/vm/symbols.h (working copy)
|
| @@ -39,7 +39,7 @@
|
| V(FallThroughError, "FallThroughErrorImplementation") \
|
| V(AbstractClassInstantiationError, \
|
| "AbstractClassInstantiationErrorImplementation") \
|
| - V(NoSuchMethodError, "NoSuchMethodErrorImplementation") \
|
| + V(NoSuchMethodError, "NoSuchMethodError") \
|
| V(ThrowNew, "_throwNew") \
|
| V(List, "List") \
|
| V(ListLiteralFactory, "List._fromLiteral") \
|
|
|