| Index: Source/core/html/HTMLObjectElement.cpp
|
| diff --git a/Source/core/html/HTMLObjectElement.cpp b/Source/core/html/HTMLObjectElement.cpp
|
| index c4cc0332482457038b99bbda7f7270e0097cc37f..c03c0f25fff00c3867411b3aae04fb8bf20663cf 100644
|
| --- a/Source/core/html/HTMLObjectElement.cpp
|
| +++ b/Source/core/html/HTMLObjectElement.cpp
|
| @@ -449,7 +449,7 @@ bool HTMLObjectElement::appendFormData(FormDataList& encoding, bool)
|
| return true;
|
| }
|
|
|
| -HTMLFormElement* HTMLObjectElement::virtualForm() const
|
| +HTMLFormElement* HTMLObjectElement::formOwner() const
|
| {
|
| return FormAssociatedElement::form();
|
| }
|
|
|