| Index: runtime/vm/symbols.h
|
| ===================================================================
|
| --- runtime/vm/symbols.h (revision 19105)
|
| +++ runtime/vm/symbols.h (working copy)
|
| @@ -117,7 +117,7 @@
|
| V(TwoByteString, "_TwoByteString") \
|
| V(ExternalOneByteString, "_ExternalOneByteString") \
|
| V(ExternalTwoByteString, "_ExternalTwoByteString") \
|
| - V(Stacktrace, "Stacktrace") \
|
| + V(StackTrace, "StackTrace") \
|
| V(JSSyntaxRegExp, "_JSSyntaxRegExp") \
|
| V(Object, "Object") \
|
| V(Int, "int") \
|
| @@ -184,6 +184,7 @@
|
| V(IllegalJSRegExpException, "IllegalJSRegExpException") \
|
| V(IsolateSpawnException, "IsolateSpawnException") \
|
| V(IsolateUnhandledException, "IsolateUnhandledException") \
|
| + V(_setupFullStackTrace, "_setupFullStackTrace") \
|
| V(BooleanExpression, "boolean expression") \
|
| V(Malformed, "malformed") \
|
| V(InstanceOf, "InstanceOf") \
|
|
|