Chromium Code Reviews| Index: vm/store_buffer.h |
| =================================================================== |
| --- vm/store_buffer.h (revision 9489) |
| +++ vm/store_buffer.h (working copy) |
| @@ -11,6 +11,9 @@ |
| namespace dart { |
| +// Forward declarations. |
| +class Isolate; |
| + |
| class StoreBufferBlock { |
| public: |
| // Each block contains kSize pointers. |
| @@ -35,6 +38,7 @@ |
| // Process this store buffer and remember its contents in the heap. |
| void ProcessBuffer(); |
| + void ProcessBuffer(Isolate* isolate); |
| bool Contains(uword pointer); |