 Chromium Code Reviews
 Chromium Code Reviews Issue 871843004:
  Distinquish TestWithIsolateAndZone from TestWithZone  (Closed) 
  Base URL: https://chromium.googlesource.com/v8/v8.git@no_zone_isolate
    
  
    Issue 871843004:
  Distinquish TestWithIsolateAndZone from TestWithZone  (Closed) 
  Base URL: https://chromium.googlesource.com/v8/v8.git@no_zone_isolate| Index: test/unittests/test-utils.cc | 
| diff --git a/test/unittests/test-utils.cc b/test/unittests/test-utils.cc | 
| index 31d724ab6888a8f241da0fe9d276d387d48188b9..5d1c1f14f650c44210a7e0c123bab7bd4fecdd11 100644 | 
| --- a/test/unittests/test-utils.cc | 
| +++ b/test/unittests/test-utils.cc | 
| @@ -94,6 +94,7 @@ namespace internal { | 
| TestWithIsolate::~TestWithIsolate() {} | 
| +TestWithIsolateAndZone::~TestWithIsolateAndZone() {} | 
| Factory* TestWithIsolate::factory() const { return isolate()->factory(); } |