Chromium Code Reviews| Index: src/heap/heap.cc |
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc |
| index 0fd15cff096ab1ee2d107f0d31cc53f1a5de4bba..3f6b9d64a5137e8c963560e9b7823cf565377b24 100644 |
| --- a/src/heap/heap.cc |
| +++ b/src/heap/heap.cc |
| @@ -2,7 +2,7 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#include "src/v8.h" |
| +#include "src/heap/heap.h" |
| #include "src/accessors.h" |
| #include "src/api.h" |
| @@ -33,6 +33,7 @@ |
| #include "src/snapshot/serialize.h" |
| #include "src/snapshot/snapshot.h" |
| #include "src/utils.h" |
| +#include "src/v8.h" |
|
Michael Lippautz
2015/08/17 12:41:51
:(
Michael Starzinger
2015/08/17 12:46:46
Acknowledged. Needed for V8::FatalProcessOutOfMemo
|
| #include "src/v8threads.h" |
| #include "src/vm-state-inl.h" |