Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1583)

Unified Diff: fpdfsdk/cpdfsdk_formfillenvironment.cpp

Issue 2421603002: Reland: Make the CPDFXFA_App non-global (Closed)
Patch Set: Cleanup the isolate Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: fpdfsdk/cpdfsdk_formfillenvironment.cpp
diff --git a/fpdfsdk/cpdfsdk_formfillenvironment.cpp b/fpdfsdk/cpdfsdk_formfillenvironment.cpp
index 71b83b26553cd9953ad740f40d4a0ff7ec24a980..9ad7c9fd71ede3dc980286fdcdbe6eef7f0b2ef4 100644
--- a/fpdfsdk/cpdfsdk_formfillenvironment.cpp
+++ b/fpdfsdk/cpdfsdk_formfillenvironment.cpp
@@ -58,11 +58,6 @@ CPDFSDK_FormFillEnvironment::~CPDFSDK_FormFillEnvironment() {
// Those widgets may call things like KillTimer() as they are shutdown.
m_pFormFiller.reset();
-#ifdef PDF_ENABLE_XFA
Tom Sepez 2016/10/13 20:43:14 this tells XFA that the FF side went first.
- CPDFXFA_App* pProvider = CPDFXFA_App::GetInstance();
- if (pProvider->m_pFormFillEnvList.GetSize() == 0)
- pProvider->SetJavaScriptInitialized(FALSE);
-#endif // PDF_ENABLE_XFA
if (m_pInfo && m_pInfo->Release)
m_pInfo->Release(m_pInfo);
}
« no previous file with comments | « fpdfsdk/DEPS ('k') | fpdfsdk/fpdfdoc_unittest.cpp » ('j') | fpdfsdk/javascript/cjs_runtime.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698