| Index: third_party/WebKit/Source/core/html/ListedElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/ListedElement.cpp b/third_party/WebKit/Source/core/html/ListedElement.cpp
|
| index 2ef61f4ca8a70cc0a66795c0a5a23b161d95c86a..903ed999111f5aaf2848f78667abfc04cd8885c8 100644
|
| --- a/third_party/WebKit/Source/core/html/ListedElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/ListedElement.cpp
|
| @@ -280,6 +280,8 @@ bool ListedElement::isFormControlElementWithState() const {
|
| return false;
|
| }
|
|
|
| +void ListedElement::setAssociatedForm(HTMLFormElement*){};
|
| +
|
| const HTMLElement& toHTMLElement(const ListedElement& listedElement) {
|
| if (listedElement.isFormControlElement())
|
| return toHTMLFormControlElement(listedElement);
|
|
|