| Index: gin/test/file_runner.cc
|
| diff --git a/gin/test/file_runner.cc b/gin/test/file_runner.cc
|
| index 4e84b88c3a9fc1527fa717eeed3244e82bcf086e..304ddef5cd528eb50d75f14a0dbd539c5863e75e 100644
|
| --- a/gin/test/file_runner.cc
|
| +++ b/gin/test/file_runner.cc
|
| @@ -65,6 +65,7 @@ void RunTestFromFile(const base::FilePath& path, FileRunnerDelegate* delegate,
|
| #endif
|
|
|
| gin::IsolateHolder::Initialize(gin::IsolateHolder::kStrictMode,
|
| + gin::IsolateHolder::kStableV8Extras,
|
| gin::ArrayBufferAllocator::SharedInstance());
|
|
|
| gin::IsolateHolder instance;
|
|
|