| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index ab121873ed1606a54eddb512c7478e558713152c..66dc17d1699d73bb44ff01cc5e013aaea1a6b5f3 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -549,6 +549,7 @@ class Heap {
|
|
|
| STATIC_ASSERT(kUndefinedValueRootIndex ==
|
| Internals::kUndefinedValueRootIndex);
|
| + STATIC_ASSERT(kTheHoleValueRootIndex == Internals::kTheHoleValueRootIndex);
|
| STATIC_ASSERT(kNullValueRootIndex == Internals::kNullValueRootIndex);
|
| STATIC_ASSERT(kTrueValueRootIndex == Internals::kTrueValueRootIndex);
|
| STATIC_ASSERT(kFalseValueRootIndex == Internals::kFalseValueRootIndex);
|
|
|