Index: fpdfsdk/javascript/Document.cpp |
diff --git a/fpdfsdk/javascript/Document.cpp b/fpdfsdk/javascript/Document.cpp |
index 233097e42c51ef2128faefd109acaa36290fd087..c143edd88ad3d38f0838e6a288dd58eb6c24e58f 100644 |
--- a/fpdfsdk/javascript/Document.cpp |
+++ b/fpdfsdk/javascript/Document.cpp |
@@ -531,7 +531,9 @@ FX_BOOL Document::removeField(IJS_Context* cc, |
// and creating a new pageview at this point will cause bad things. |
CPDFSDK_PageView* pPageView = m_pDocument->GetPageView(pPage, false); |
if (pPageView) { |
+#if PDF_ENABLE_XFA |
pPageView->DeleteAnnot(pWidget); |
+#endif // PDF_ENABLE_XFA |
pPageView->UpdateRects(aRefresh); |
} |
} |