Chromium Code Reviews| Index: gin/shell/gin_main.cc |
| diff --git a/gin/shell/gin_main.cc b/gin/shell/gin_main.cc |
| index ceb4d64f9a5c7a7f22b45b6dab5406f0658cc1e0..0b461eed2ccf6ede4d223312b2bd3d31581dc725 100644 |
| --- a/gin/shell/gin_main.cc |
| +++ b/gin/shell/gin_main.cc |
| @@ -62,6 +62,7 @@ int main(int argc, char** argv) { |
| base::i18n::InitializeICU(); |
| #ifdef V8_USE_EXTERNAL_STARTUP_DATA |
| gin::V8Initializer::LoadV8Snapshot(); |
| + gin::V8Initializer::LoadV8Natives(); |
| #endif |
| base::MessageLoop message_loop; |