summaryrefslogtreecommitdiff
path: root/deps/v8/src/objects/struct-inl.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/objects/struct-inl.h')
-rw-r--r--deps/v8/src/objects/struct-inl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/v8/src/objects/struct-inl.h b/deps/v8/src/objects/struct-inl.h
index afc4c6ce49..b313bc43f8 100644
--- a/deps/v8/src/objects/struct-inl.h
+++ b/deps/v8/src/objects/struct-inl.h
@@ -11,7 +11,6 @@
#include "src/objects/objects-inl.h"
#include "src/objects/oddball.h"
#include "src/roots/roots-inl.h"
-#include "torque-generated/class-definitions-inl.h"
// Has to be the last include (doesn't have include guards):
#include "src/objects/object-macros.h"
@@ -19,6 +18,8 @@
namespace v8 {
namespace internal {
+#include "torque-generated/src/objects/struct-tq-inl.inc"
+
TQ_OBJECT_CONSTRUCTORS_IMPL(Struct)
TQ_OBJECT_CONSTRUCTORS_IMPL(Tuple2)
TQ_OBJECT_CONSTRUCTORS_IMPL(AccessorPair)