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

Unified Diff: pdf/pdfium/pdfium_engine.cc

Issue 738543002: PDF: Correct typo in form fill environment functions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/pdfium/pdfium_engine.cc
diff --git a/pdf/pdfium/pdfium_engine.cc b/pdf/pdfium/pdfium_engine.cc
index e0aefcb31728a8727778a0e8addf4ed545b0068b..1871238b5b084e0a0717c38659e91d527de64cae 100644
--- a/pdf/pdfium/pdfium_engine.cc
+++ b/pdf/pdfium/pdfium_engine.cc
@@ -655,7 +655,7 @@ PDFiumEngine::~PDFiumEngine() {
}
FPDF_CloseDocument(doc_);
if (form_) {
- FPDFDOC_ExitFormFillEnviroument(form_);
+ FPDFDOC_ExitFormFillEnvironment(form_);
}
}
@@ -2540,7 +2540,7 @@ void PDFiumEngine::ContinueLoadingDocument(
return;
}
- form_ = FPDFDOC_InitFormFillEnviroument(
+ form_ = FPDFDOC_InitFormFillEnvironment(
doc_, static_cast<FPDF_FORMFILLINFO*>(this));
#ifdef PDF_USE_XFA
FPDF_LoadXFA(doc_);
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698