Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index d8986f3557394fe8cd4ef69867641f5b167c8710..1c7f0bf0d73c9bd08256864c525cc0c7be170fb2 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -1528,6 +1528,7 @@ class Heap { |
GarbageCollectionReason gc_reason); |
private: |
+ class StoreBufferScope; |
ulan
2017/02/13 15:03:21
As discussed offline let's call it SkipStoreBuffer
Hannes Payer (out of office)
2017/02/13 15:14:51
Done.
|
class PretenuringScope; |
// External strings table is a place where all external strings are |