Chromium Code Reviews| Index: runtime/vm/symbols.h |
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h |
| index f9d200e6bf003c746e5caf2e8d62eb97795e3874..a7227da14c5d7df01c66302450a5fa1e14110d6f 100644 |
| --- a/runtime/vm/symbols.h |
| +++ b/runtime/vm/symbols.h |
| @@ -300,6 +300,7 @@ class ObjectPointerVisitor; |
| V(OptimizedOut, "<optimized out>") \ |
| V(NotInitialized, "<not initialized>") \ |
| V(ClassId, "get:_classId") \ |
| + V(StringSym, "String") \ |
|
Ivan Posva
2014/01/17 06:53:16
Can you move this together with the remaining Stri
Cutch
2014/01/17 18:37:59
Done.
|
| // Contains a list of frequently used strings in a canonicalized form. This |