summaryrefslogtreecommitdiff
path: root/deps/v8/src/objects/api-callbacks.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/objects/api-callbacks.h')
-rw-r--r--deps/v8/src/objects/api-callbacks.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/v8/src/objects/api-callbacks.h b/deps/v8/src/objects/api-callbacks.h
index ffd9e9f02e..f5d81dd986 100644
--- a/deps/v8/src/objects/api-callbacks.h
+++ b/deps/v8/src/objects/api-callbacks.h
@@ -7,7 +7,6 @@
#include "src/objects/struct.h"
#include "torque-generated/bit-fields.h"
-#include "torque-generated/class-definitions.h"
// Has to be the last include (doesn't have include guards):
#include "src/objects/object-macros.h"
@@ -15,6 +14,8 @@
namespace v8 {
namespace internal {
+#include "torque-generated/src/objects/api-callbacks-tq.inc"
+
// An accessor must have a getter, but can have no setter.
//
// When setting a property, V8 searches accessors in prototypes.