summaryrefslogtreecommitdiff
path: root/deps/v8/src/objects/heap-number-inl.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/objects/heap-number-inl.h')
-rw-r--r--deps/v8/src/objects/heap-number-inl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/v8/src/objects/heap-number-inl.h b/deps/v8/src/objects/heap-number-inl.h
index 78e65ca231..546b16e93d 100644
--- a/deps/v8/src/objects/heap-number-inl.h
+++ b/deps/v8/src/objects/heap-number-inl.h
@@ -7,8 +7,8 @@
#include "src/objects/heap-number.h"
-#include "src/objects/heap-object-inl.h"
#include "src/objects/objects-inl.h"
+#include "src/objects/primitive-heap-object-inl.h"
// Has to be the last include (doesn't have include guards):
#include "src/objects/object-macros.h"
@@ -16,7 +16,7 @@
namespace v8 {
namespace internal {
-OBJECT_CONSTRUCTORS_IMPL(HeapNumber, HeapObject)
+OBJECT_CONSTRUCTORS_IMPL(HeapNumber, PrimitiveHeapObject)
CAST_ACCESSOR(HeapNumber)