| Index: Source/core/html/HTMLAnchorElement.h
|
| diff --git a/Source/core/html/HTMLAnchorElement.h b/Source/core/html/HTMLAnchorElement.h
|
| index f3a810e61b27436e12a4439b8b72c779df00be2e..3d646139b40979138e299642e0c9e383c498d58b 100644
|
| --- a/Source/core/html/HTMLAnchorElement.h
|
| +++ b/Source/core/html/HTMLAnchorElement.h
|
| @@ -85,6 +85,7 @@ public:
|
| protected:
|
| HTMLAnchorElement(const QualifiedName&, Document&);
|
|
|
| + virtual void attributeWillChange(const QualifiedName&, const AtomicString& oldValue, const AtomicString& newValue) OVERRIDE;
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| virtual bool supportsFocus() const OVERRIDE;
|
|
|
|
|