Chromium Code Reviews| Index: src/zone/accounting-allocator.h |
| diff --git a/src/zone/accounting-allocator.h b/src/zone/accounting-allocator.h |
| index 01c38186d6809e44a4f08ebcc287ee1d09dcdc5d..31016a5018326d8c89e7cf1fd779ce111da5b2bb 100644 |
| --- a/src/zone/accounting-allocator.h |
| +++ b/src/zone/accounting-allocator.h |
| @@ -17,7 +17,7 @@ |
| namespace v8 { |
| namespace internal { |
| -class AccountingAllocator { |
| +class V8_EXPORT_PRIVATE AccountingAllocator { |
| public: |
| AccountingAllocator() = default; |
| virtual ~AccountingAllocator() = default; |