summaryrefslogtreecommitdiff
path: root/xfa
diff options
context:
space:
mode:
Diffstat (limited to 'xfa')
-rw-r--r--xfa/src/fxjse/src/runtime.cpp3
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) {
{