summaryrefslogtreecommitdiffstats
path: root/gin/test/v8_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gin/test/v8_test.cc')
-rw-r--r--gin/test/v8_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gin/test/v8_test.cc b/gin/test/v8_test.cc
index aad291d..cec4fc8 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());