Chromium Code Reviews| Index: src/heap/identity-map.h |
| diff --git a/src/heap/identity-map.h b/src/heap/identity-map.h |
| index 672ca5a52a7e292a08cc8de8dcd860b9355ba605..021010307b5eac2f400605617eeb662628d20769 100644 |
| --- a/src/heap/identity-map.h |
| +++ b/src/heap/identity-map.h |
| @@ -5,6 +5,8 @@ |
| #ifndef V8_HEAP_IDENTITY_MAP_H_ |
| #define V8_HEAP_IDENTITY_MAP_H_ |
| +// Clients of this interface shouldn't depend on lots of heap internals. |
| +// Do not include anything from src/heap here! |
|
Michael Starzinger
2015/08/28 12:21:04
Likewise.
rmcilroy
2015/08/28 14:42:05
Done.
|
| #include "src/handles.h" |
| namespace v8 { |