summaryrefslogtreecommitdiff
path: root/deps/v8/src/objects/oddball.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/objects/oddball.h')
-rw-r--r--deps/v8/src/objects/oddball.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/deps/v8/src/objects/oddball.h b/deps/v8/src/objects/oddball.h
index 025f9379ba..e88d96624e 100644
--- a/deps/v8/src/objects/oddball.h
+++ b/deps/v8/src/objects/oddball.h
@@ -5,8 +5,7 @@
#ifndef V8_OBJECTS_ODDBALL_H_
#define V8_OBJECTS_ODDBALL_H_
-#include "src/objects/heap-object.h"
-#include "torque-generated/class-definitions-tq.h"
+#include "src/objects/primitive-heap-object.h"
// Has to be the last include (doesn't have include guards):
#include "src/objects/object-macros.h"
@@ -15,7 +14,7 @@ namespace v8 {
namespace internal {
// The Oddball describes objects null, undefined, true, and false.
-class Oddball : public TorqueGeneratedOddball<Oddball, HeapObject> {
+class Oddball : public TorqueGeneratedOddball<Oddball, PrimitiveHeapObject> {
public:
// [to_number_raw]: Cached raw to_number computed at startup.
inline void set_to_number_raw_as_bits(uint64_t bits);