| Index: Source/core/html/HTMLFormElement.h
|
| diff --git a/Source/core/html/HTMLFormElement.h b/Source/core/html/HTMLFormElement.h
|
| index e5c38faed7d398b9c9b8eb8a4dc08b53f4fd0b6c..e5fe6d36aeedb2cbe626dbd0b2137358563796d1 100644
|
| --- a/Source/core/html/HTMLFormElement.h
|
| +++ b/Source/core/html/HTMLFormElement.h
|
| @@ -118,9 +118,6 @@
|
|
|
| void anonymousNamedGetter(const AtomicString& name, bool&, RefPtrWillBeRawPtr<RadioNodeList>&, bool&, RefPtrWillBeRawPtr<Element>&);
|
|
|
| -protected:
|
| - virtual void attributeChanged(const QualifiedName&, const AtomicString&, AttributeModificationReason = ModifiedDirectly) OVERRIDE;
|
| -
|
| private:
|
| explicit HTMLFormElement(Document&);
|
|
|
|
|