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