Index: src/objects/literal-objects.h |
diff --git a/src/objects/literal-objects.h b/src/objects/literal-objects.h |
index 40bf70d602c50fb963d2945a8c3d4359dea90778..f544ee37b813504fbf8711594187900f1161e6a2 100644 |
--- a/src/objects/literal-objects.h |
+++ b/src/objects/literal-objects.h |
@@ -31,7 +31,7 @@ class BoilerplateDescription : public FixedArray { |
void set_backing_store_size(Isolate* isolate, int backing_store_size); |
- DECLARE_CAST(BoilerplateDescription) |
+ DECL_CAST(BoilerplateDescription) |
private: |
bool has_number_of_properties() const; |
@@ -45,7 +45,7 @@ class ConstantElementsPair : public Tuple2 { |
DECL_INT_ACCESSORS(elements_kind) |
DECL_ACCESSORS(constant_values, FixedArrayBase) |
- DECLARE_CAST(ConstantElementsPair) |
+ DECL_CAST(ConstantElementsPair) |
static const int kElementsKindOffset = kValue1Offset; |
static const int kConstantValuesOffset = kValue2Offset; |