| Index: fpdfsdk/formfiller/cffl_formfiller.cpp
|
| diff --git a/fpdfsdk/formfiller/cffl_formfiller.cpp b/fpdfsdk/formfiller/cffl_formfiller.cpp
|
| index 0779f261a70f9af5c649dbc5614f2ca5445e23c8..90b83d6e4607d20a10fe68705435ce55843e242e 100644
|
| --- a/fpdfsdk/formfiller/cffl_formfiller.cpp
|
| +++ b/fpdfsdk/formfiller/cffl_formfiller.cpp
|
| @@ -85,7 +85,7 @@ void CFFL_FormFiller::OnDraw(CPDFSDK_PageView* pPageView,
|
| CFX_RenderDevice* pDevice,
|
| CFX_Matrix* pUser2Device,
|
| uint32_t dwFlags) {
|
| - ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget");
|
| + ASSERT(pAnnot->GetPDFAnnot()->GetSubtype() == "Widget");
|
|
|
| if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, FALSE)) {
|
| CFX_Matrix mt = GetCurMatrix();
|
|
|