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

Unified Diff: src/heap/identity-map.h

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.h
diff --git a/src/heap/identity-map.h b/src/heap/identity-map.h
index 5c754bccda74a90e10330d06d5d08f07576e66de..672ca5a52a7e292a08cc8de8dcd860b9355ba605 100644
--- a/src/heap/identity-map.h
+++ b/src/heap/identity-map.h
@@ -10,7 +10,9 @@
namespace v8 {
namespace internal {
+// Forward declarations.
class Heap;
+class Zone;
// Base class of identity maps contains shared code for all template
// instantions.

Powered by Google App Engine
This is Rietveld 408576698