summaryrefslogtreecommitdiff
path: root/deps/v8/src/objects/property-cell-inl.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/objects/property-cell-inl.h')
-rw-r--r--deps/v8/src/objects/property-cell-inl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/v8/src/objects/property-cell-inl.h b/deps/v8/src/objects/property-cell-inl.h
index 154dcab41f..dfaaf1c80a 100644
--- a/deps/v8/src/objects/property-cell-inl.h
+++ b/deps/v8/src/objects/property-cell-inl.h
@@ -16,9 +16,9 @@
namespace v8 {
namespace internal {
-OBJECT_CONSTRUCTORS_IMPL(PropertyCell, HeapObject)
+#include "torque-generated/src/objects/property-cell-tq-inl.inc"
-CAST_ACCESSOR(PropertyCell)
+TQ_OBJECT_CONSTRUCTORS_IMPL(PropertyCell)
ACCESSORS(PropertyCell, dependent_code, DependentCode, kDependentCodeOffset)
ACCESSORS(PropertyCell, name, Name, kNameOffset)