| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index 96b4eba00c81bf8d050a06397ad986192d4aeb42..547c2e5291522ada558c62b285f6b82248e06b77 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -71,7 +71,7 @@ class ObjectPointerVisitor;
|
| V(CyclicInitializationError, "CyclicInitializationError") \
|
| V(ThrowNew, "_throwNew") \
|
| V(ThrowNewIfNotLoaded, "_throwNewIfNotLoaded") \
|
| - V(HandleCondition, "_handleCondition") \
|
| + V(CheckAssertion, "_checkAssertion") \
|
| V(Symbol, "Symbol") \
|
| V(SymbolCtor, "Symbol.") \
|
| V(List, "List") \
|
|
|