| Index: test/unittests/test-utils.h
|
| diff --git a/test/unittests/test-utils.h b/test/unittests/test-utils.h
|
| index 765b97dd3798b0d9fecfaefd5750bd6a5eae1ece..42831a7db084c559e25f8ed306571195125a495b 100644
|
| --- a/test/unittests/test-utils.h
|
| +++ b/test/unittests/test-utils.h
|
| @@ -16,7 +16,7 @@ namespace v8 {
|
| std::ostream& operator<<(std::ostream&, ExternalArrayType);
|
|
|
|
|
| -class TestWithIsolate : public ::testing::Test {
|
| +class TestWithIsolate : public virtual ::testing::Test {
|
| public:
|
| TestWithIsolate();
|
| virtual ~TestWithIsolate();
|
|
|