Chromium Code Reviews| Index: xfa/src/fxjse/src/runtime.cpp |
| diff --git a/xfa/src/fxjse/src/runtime.cpp b/xfa/src/fxjse/src/runtime.cpp |
| index 0a1b0db78bce42cb36c3ffe2239b1e449d6a7e31..c4dc61c2493bebf317a71fabf7b2c06a0dbb6bee 100644 |
| --- a/xfa/src/fxjse/src/runtime.cpp |
| +++ b/xfa/src/fxjse/src/runtime.cpp |
| @@ -28,10 +28,6 @@ void FXJSE_Initialize() |
| "--block_concurrent_recompilation " |
| ; |
| v8::V8::SetFlagsFromString(szCmdFlags, FXSYS_strlen(szCmdFlags)); |
|
jam
2015/02/05 01:41:19
I don't know if this works anymore
|
| - v8::V8::InitializeICU(); |
| - v8::Platform* platform = v8::platform::CreateDefaultPlatform(); |
| - v8::V8::InitializePlatform(platform); |
| - v8::V8::Initialize(); |
| } |
| static void FXJSE_Runtime_DisposeCallback(v8::Isolate* pIsolate) |
| { |