Chromium Code Reviews| Index: src/api.cc |
| diff --git a/src/api.cc b/src/api.cc |
| index 9758228b27907444db0e62ef4273fa9214c4574c..9e41930d5e052cbfa2bb59e93f05ea5a2c2b3ad7 100644 |
| --- a/src/api.cc |
| +++ b/src/api.cc |
| @@ -5065,6 +5065,11 @@ int v8::V8::ContextDisposedNotification() { |
| } |
| +void v8::V8::PerformPerThreadSetup() { |
| + i::OS::PerformPerThreadSetup(); |
| +} |
| + |
| + |
| bool v8::V8::InitializeICU(const char* icu_data_file) { |
| return i::InitializeICU(icu_data_file); |
| } |