diff options
author | tsepez <tsepez@chromium.org> | 2016-06-01 14:01:31 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-06-01 14:01:31 -0700 |
commit | d5f726188761cd00cb3d16921093a859bda39a71 (patch) | |
tree | 53b0ae177f9f1d08a627ac3517356f5e62345beb /fpdfsdk/fpdfxfa/include | |
parent | c3246466df915a5b8a639dd3a611d18cd106773b (diff) | |
download | pdfium-d5f726188761cd00cb3d16921093a859bda39a71.tar.xz |
Track shared isolates better in FXJSE.
Fix the asymmetry between creating only some isolates and
releasing all of them, even the shared ones, by being more
careful not to trash those we didn't create.
Review-Url: https://codereview.chromium.org/2025193002
Diffstat (limited to 'fpdfsdk/fpdfxfa/include')
-rw-r--r-- | fpdfsdk/fpdfxfa/include/fpdfxfa_app.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fpdfsdk/fpdfxfa/include/fpdfxfa_app.h b/fpdfsdk/fpdfxfa/include/fpdfxfa_app.h index b561245dcd..f24c700434 100644 --- a/fpdfsdk/fpdfxfa/include/fpdfxfa_app.h +++ b/fpdfsdk/fpdfxfa/include/fpdfxfa_app.h @@ -87,7 +87,6 @@ class CPDFXFA_App : public IXFA_AppProvider { v8::Isolate* m_pIsolate; IFXJS_Runtime* m_pJSRuntime; CFX_WideString m_csAppType; - bool m_bOwnedRuntime; }; #endif // FPDFSDK_FPDFXFA_INCLUDE_FPDFXFA_APP_H_ |