Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(598)

Unified Diff: Source/core/html/HTMLAnchorElement.h

Issue 351923005: Refactoring activity logger. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698