Chromium Code Reviews| Index: Source/core/html/HTMLAnchorElement.h |
| diff --git a/Source/core/html/HTMLAnchorElement.h b/Source/core/html/HTMLAnchorElement.h |
| index f3a810e61b27436e12a4439b8b72c779df00be2e..0a8c8ac69c54d48f4e34e0e2415c6bc8ca3cdb9e 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&, const AtomicString&) OVERRIDE; |
|
haraken
2014/06/27 15:18:08
We normally add variable names to a method declara
pmarch
2014/06/27 16:55:45
Done.
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
| virtual bool supportsFocus() const OVERRIDE; |