| Index: Source/core/html/HTMLLabelElement.cpp
|
| diff --git a/Source/core/html/HTMLLabelElement.cpp b/Source/core/html/HTMLLabelElement.cpp
|
| index 67cf6196d4001df0191e392cae2a91a53d5b69c6..6e8fa3d5ea0fea8eb36051383935992e1039df51 100644
|
| --- a/Source/core/html/HTMLLabelElement.cpp
|
| +++ b/Source/core/html/HTMLLabelElement.cpp
|
| @@ -85,7 +85,7 @@ LabelableElement* HTMLLabelElement::control()
|
| return 0;
|
| }
|
|
|
| -HTMLFormElement* HTMLLabelElement::form() const
|
| +HTMLFormElement* HTMLLabelElement::formOwner() const
|
| {
|
| return FormAssociatedElement::findAssociatedForm(this, 0);
|
| }
|
|
|