summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_line.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxfa/parser/cxfa_line.cpp')
-rw-r--r--xfa/fxfa/parser/cxfa_line.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/cxfa_line.cpp b/xfa/fxfa/parser/cxfa_line.cpp
index d4159c3f72..4e656c2999 100644
--- a/xfa/fxfa/parser/cxfa_line.cpp
+++ b/xfa/fxfa/parser/cxfa_line.cpp
@@ -50,6 +50,6 @@ bool CXFA_Line::GetSlope() {
return JSObject()->GetEnum(XFA_Attribute::Slope) == XFA_AttributeEnum::Slash;
}
-CXFA_Edge* CXFA_Line::GetEdge() {
+CXFA_Edge* CXFA_Line::GetEdgeIfExists() {
return GetChild<CXFA_Edge>(0, XFA_Element::Edge, false);
}