| Index: gin/test/file_runner.cc
|
| diff --git a/gin/test/file_runner.cc b/gin/test/file_runner.cc
|
| index 858fb3923301a28768e23efc83b7772b3518ef36..c2d351062fb1b09860cdfa664e1e0a4eb60dce67 100644
|
| --- a/gin/test/file_runner.cc
|
| +++ b/gin/test/file_runner.cc
|
| @@ -55,7 +55,7 @@ void RunTestFromFile(const base::FilePath& path, FileRunnerDelegate* delegate,
|
|
|
| base::MessageLoop message_loop;
|
|
|
| - gin::IsolateHolder instance;
|
| + gin::IsolateHolder instance(gin::IsolateHolder::kStrictMode);
|
| gin::ShellRunner runner(delegate, instance.isolate());
|
| {
|
| gin::Runner::Scope scope(&runner);
|
|
|