Index: xfa/fxfa/parser/cxfa_object.cpp |
diff --git a/xfa/fxfa/parser/cxfa_object.cpp b/xfa/fxfa/parser/cxfa_object.cpp |
index 10e1b822e25d4d6dfbeced27618ac183cd117c75..a31060241af760881faaca574189b17ae64e8c55 100644 |
--- a/xfa/fxfa/parser/cxfa_object.cpp |
+++ b/xfa/fxfa/parser/cxfa_object.cpp |
@@ -36,7 +36,7 @@ XFA_Element CXFA_Object::GetElementType() const { |
} |
void CXFA_Object::Script_ObjectClass_ClassName(CFXJSE_Value* pValue, |
- FX_BOOL bSetting, |
+ bool bSetting, |
XFA_ATTRIBUTE eAttribute) { |
if (bSetting) { |
ThrowException(XFA_IDS_INVAlID_PROP_SET); |