| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index edd9e7949e87dbddaba549dd4183349be305f639..21e3064578f8075fb2d38a9f91c5a656321ff56d 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -188,6 +188,9 @@ class ObjectPointerVisitor;
|
| V(SwitchExpr, ":switch_expr") \
|
| V(TwoNewlines, "\n\n") \
|
| V(TwoSpaces, " ") \
|
| + V(Closurizer, "Closurizer") \
|
| + V(MethodExtractor, "[MethodExtractor]") \
|
| +
|
|
|
| // Contains a list of frequently used strings in a canonicalized form. This
|
| // list is kept in the vm_isolate in order to share the copy across isolates
|
|
|