summaryrefslogtreecommitdiff
path: root/xfa/fxfa/cxfa_fffield.cpp
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2018-01-11 14:11:41 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-01-11 14:11:41 +0000
commit382129e2bdb1337a5a82cbd96478aab02f9aff7d (patch)
treef0c4ffd0bd63a5a8180ac54fe06cff3794466a74 /xfa/fxfa/cxfa_fffield.cpp
parentb5835183116559ea8225b7d8cc67c6f55bed7a1a (diff)
downloadpdfium-382129e2bdb1337a5a82cbd96478aab02f9aff7d.tar.xz
Rename GetCalculate to GetCalculateIfExists
This CL makes it explicit that GetCalculate can return nullptr. Change-Id: I587e3bb442df3661f083f7058ff02a8d62478ed5 Reviewed-on: https://pdfium-review.googlesource.com/22681 Reviewed-by: Ryan Harrison <rharrison@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fxfa/cxfa_fffield.cpp')
-rw-r--r--xfa/fxfa/cxfa_fffield.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/cxfa_fffield.cpp b/xfa/fxfa/cxfa_fffield.cpp
index cf6c96a85d..9f885bb3ce 100644
--- a/xfa/fxfa/cxfa_fffield.cpp
+++ b/xfa/fxfa/cxfa_fffield.cpp
@@ -664,7 +664,7 @@ int32_t CXFA_FFField::CalculateOverride() {
}
int32_t CXFA_FFField::CalculateWidgetAcc(CXFA_WidgetAcc* pAcc) {
- CXFA_Calculate* calc = pAcc->GetNode()->GetCalculate();
+ CXFA_Calculate* calc = pAcc->GetNode()->GetCalculateIfExists();
if (!calc)
return 1;