| Index: test/unittests/compiler/zone-pool-unittest.cc
|
| diff --git a/test/unittests/compiler/zone-pool-unittest.cc b/test/unittests/compiler/zone-pool-unittest.cc
|
| index e23557adc4efa8faba12beb4d00502c8122d91ae..b005d2cbaf1bb19c7adf5ebf222d5ffc261c1c31 100644
|
| --- a/test/unittests/compiler/zone-pool-unittest.cc
|
| +++ b/test/unittests/compiler/zone-pool-unittest.cc
|
| @@ -12,7 +12,7 @@ namespace compiler {
|
|
|
| class ZonePoolTest : public TestWithIsolate {
|
| public:
|
| - ZonePoolTest() : zone_pool_(isolate()) {}
|
| + ZonePoolTest() {}
|
|
|
| protected:
|
| ZonePool* zone_pool() { return &zone_pool_; }
|
|
|