Chromium Code Reviews| Index: src/zone/zone.h |
| diff --git a/src/zone/zone.h b/src/zone/zone.h |
| index d6309e2dc0f481f2ffc5fcbae0e102e44b5bd2e4..c00779582c2e04e673229318d943ecb760487d87 100644 |
| --- a/src/zone/zone.h |
| +++ b/src/zone/zone.h |
| @@ -29,7 +29,7 @@ namespace internal { |
| // |
| // Note: The implementation is inherently not thread safe. Do not use |
| // from multi-threaded code. |
| -class Zone final { |
| +class V8_EXPORT_PRIVATE Zone final { |
| public: |
| explicit Zone(AccountingAllocator* allocator); |
| ~Zone(); |