diff options
Diffstat (limited to 'xfa/fxfa/parser/cxfa_thisproxy.cpp')
-rw-r--r-- | xfa/fxfa/parser/cxfa_thisproxy.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/xfa/fxfa/parser/cxfa_thisproxy.cpp b/xfa/fxfa/parser/cxfa_thisproxy.cpp index a3593e99b5..60a90b0931 100644 --- a/xfa/fxfa/parser/cxfa_thisproxy.cpp +++ b/xfa/fxfa/parser/cxfa_thisproxy.cpp @@ -10,15 +10,9 @@ #include "third_party/base/ptr_util.h" #include "xfa/fxfa/parser/cxfa_node.h" -// static -CXFA_ThisProxy* CXFA_ThisProxy::FromCXFAObject(CXFA_Object* that) { - return that && that->IsVariablesThis() ? static_cast<CXFA_ThisProxy*>(that) - : nullptr; -} - CXFA_ThisProxy::CXFA_ThisProxy(CXFA_Node* pThisNode, CXFA_Node* pScriptNode) : CXFA_Object(pThisNode->GetDocument(), - XFA_ObjectType::VariablesThis, + XFA_ObjectType::ThisProxy, XFA_Element::Unknown, WideStringView(), pdfium::MakeUnique<CJX_Object>(this)), |