| Index: gin/shell/gin_main.cc
|
| diff --git a/gin/shell/gin_main.cc b/gin/shell/gin_main.cc
|
| index 0b461eed2ccf6ede4d223312b2bd3d31581dc725..299a69c3d596a4f18efc664189ff0ea037e22e2f 100644
|
| --- a/gin/shell/gin_main.cc
|
| +++ b/gin/shell/gin_main.cc
|
| @@ -68,6 +68,7 @@ int main(int argc, char** argv) {
|
| base::MessageLoop message_loop;
|
|
|
| gin::IsolateHolder::Initialize(gin::IsolateHolder::kStrictMode,
|
| + gin::IsolateHolder::kStableV8Extras,
|
| gin::ArrayBufferAllocator::SharedInstance());
|
| gin::IsolateHolder instance;
|
|
|
|
|