Chromium Code Reviews

Unified Diff: src/heap/heap.cc

Issue 1291833003: Remove grab-bag includes of v8.h from heap. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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"
« no previous file with comments | « src/heap/gc-tracer.cc ('k') | src/heap/identity-map.h » ('j') | src/heap/store-buffer.cc » ('J')

Powered by Google App Engine