diff options
author | Jochen Eisinger <jochen@chromium.org> | 2015-12-11 11:54:43 +0100 |
---|---|---|
committer | Jochen Eisinger <jochen@chromium.org> | 2015-12-11 11:54:43 +0100 |
commit | 24a2c2e807973f9001220977d925b85a779fc140 (patch) | |
tree | 941c2bf1df961686e965a362fedd687fe60b653f /xfa | |
parent | ac8c3b6ddc4ea3e5c0f365db6951a4c9bb406a57 (diff) | |
download | pdfium-24a2c2e807973f9001220977d925b85a779fc140.tar.xz |
Don't pass bogus testing flags to V8
BUG=none
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1512283002 .
Diffstat (limited to 'xfa')
-rw-r--r-- | xfa/src/fxjse/src/runtime.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xfa/src/fxjse/src/runtime.cpp b/xfa/src/fxjse/src/runtime.cpp index e2aea644ce..6fc2185de1 100644 --- a/xfa/src/fxjse/src/runtime.cpp +++ b/xfa/src/fxjse/src/runtime.cpp @@ -31,9 +31,6 @@ void FXJSE_Initialize() { }
bV8Initialized = TRUE;
atexit(FXJSE_KillV8);
- const FX_CHAR* szCmdFlags =
- "--block_concurrent_recompilation ";
- v8::V8::SetFlagsFromString(szCmdFlags, FXSYS_strlen(szCmdFlags));
}
static void FXJSE_Runtime_DisposeCallback(v8::Isolate* pIsolate) {
{
|