| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 22c0dd909ead3640829415fc8f4fb8ac8cd67745..4f7702d2873f9c1f038aad066d488950e57cc737 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -1157,6 +1157,7 @@ template <class C> inline bool Is(Object* obj);
|
| V(kLookupVariableInCountOperation, \
|
| "Lookup variable in count operation") \
|
| V(kMapBecameDeprecated, "Map became deprecated") \
|
| + V(kMapBecameUnstable, "Map became unstable") \
|
| V(kMapIsNoLongerInEax, "Map is no longer in eax") \
|
| V(kModuleDeclaration, "Module declaration") \
|
| V(kModuleLiteral, "Module literal") \
|
|
|