Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(188)

Unified Diff: src/heap/identity-map.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/heap/identity-map.cc
diff --git a/src/heap/identity-map.cc b/src/heap/identity-map.cc
index a93f607ee7797e9191a2083ad71f16c543ee48f4..e4ce4e562c9a158c75e451a2b6a6f0b306ce1331 100644
--- a/src/heap/identity-map.cc
+++ b/src/heap/identity-map.cc
@@ -2,10 +2,11 @@
// 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/identity-map.h"
#include "src/heap/heap.h"
-#include "src/heap/identity-map.h"
+#include "src/objects-inl.h" // TODO(mstarzinger): Temporary cycle breaker!
+#include "src/zone-containers.h"
namespace v8 {
namespace internal {

Powered by Google App Engine
This is Rietveld 408576698