| Index: gin/test/v8_test.cc
|
| diff --git a/gin/test/v8_test.cc b/gin/test/v8_test.cc
|
| index aad291d895756670ff39c519c53f69e6036f9392..cec4fc899df8c3e547b0ae1aef82c04c8d583a3c 100644
|
| --- a/gin/test/v8_test.cc
|
| +++ b/gin/test/v8_test.cc
|
| @@ -23,6 +23,7 @@ V8Test::~V8Test() {
|
| void V8Test::SetUp() {
|
| #ifdef V8_USE_EXTERNAL_STARTUP_DATA
|
| gin::V8Initializer::LoadV8Snapshot();
|
| + gin::V8Initializer::LoadV8Natives();
|
| #endif
|
| gin::IsolateHolder::Initialize(gin::IsolateHolder::kStrictMode,
|
| gin::ArrayBufferAllocator::SharedInstance());
|
|
|