| Index: fpdfsdk/fpdfformfill.cpp
|
| diff --git a/fpdfsdk/fpdfformfill.cpp b/fpdfsdk/fpdfformfill.cpp
|
| index 153c1057a576b9e4836c6ac7d2e22ab514c537fb..94a8bf12a5e0a4dbf6bb8b7432316a9a266f5dfb 100644
|
| --- a/fpdfsdk/fpdfformfill.cpp
|
| +++ b/fpdfsdk/fpdfformfill.cpp
|
| @@ -91,8 +91,8 @@ DLLEXPORT int STDCALL FPDFPage_HasFormFieldAtPoint(FPDF_FORMHANDLE hHandle,
|
| if (!pWidgetHandler)
|
| return -1;
|
|
|
| - std::unique_ptr<IXFA_WidgetIterator, ReleaseDeleter<IXFA_WidgetIterator>>
|
| - pWidgetIterator(pPageView->CreateWidgetIterator(
|
| + std::unique_ptr<IXFA_WidgetIterator> pWidgetIterator(
|
| + pPageView->CreateWidgetIterator(
|
| XFA_TRAVERSEWAY_Form,
|
| XFA_WIDGETFILTER_Viewable | XFA_WIDGETFILTER_AllType));
|
| if (!pWidgetIterator)
|
|
|