| Index: fpdfsdk/cpdfsdk_bfannothandler.cpp
|
| diff --git a/fpdfsdk/cpdfsdk_bfannothandler.cpp b/fpdfsdk/cpdfsdk_bfannothandler.cpp
|
| index ff0c26404cba783436ebc97d1beb3a38afbd97e4..ec97767b4eca32a7ebc06e7df8d17d032292b1c3 100644
|
| --- a/fpdfsdk/cpdfsdk_bfannothandler.cpp
|
| +++ b/fpdfsdk/cpdfsdk_bfannothandler.cpp
|
| @@ -32,7 +32,7 @@ CFX_ByteString CPDFSDK_BFAnnotHandler::GetType() {
|
| }
|
|
|
| FX_BOOL CPDFSDK_BFAnnotHandler::CanAnswer(CPDFSDK_Annot* pAnnot) {
|
| - ASSERT(pAnnot->GetAnnotSubtype() == "Widget");
|
| + ASSERT(pAnnot->GetAnnotSubtype() == CPDF_Annot::Subtype::WIDGET);
|
| if (pAnnot->IsSignatureWidget())
|
| return FALSE;
|
|
|
|
|