Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 8203b36a97f1dee7ef9c14a2cf413ae2c370c7e4..5e4650259cab03bf50773df287721fc92a7bb102 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -1016,6 +1016,7 @@ template <class C> inline bool Is(Object* obj); |
"Call to a JavaScript runtime function") \ |
V(kCannotTranslatePositionInChangedArea, \ |
"Cannot translate position in changed area") \ |
+ V(kClassLiteral, "Class literal") \ |
V(kCodeGenerationFailed, "Code generation failed") \ |
V(kCodeObjectNotProperlyPatched, "Code object not properly patched") \ |
V(kCompoundAssignmentToLookupSlot, "Compound assignment to lookup slot") \ |