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

Unified Diff: Source/core/events/PageTransitionEvent.h

Issue 1232333002: Fix virtual/override/final usage in the rest of Source/core/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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
« no previous file with comments | « Source/core/events/MutationEvent.h ('k') | Source/core/events/PointerEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/PageTransitionEvent.h
diff --git a/Source/core/events/PageTransitionEvent.h b/Source/core/events/PageTransitionEvent.h
index 2e1b5088196b155e2c1d81ae50be78d7bf73d47b..2190281b1577353c26970b62a70c4874e4fa452c 100644
--- a/Source/core/events/PageTransitionEvent.h
+++ b/Source/core/events/PageTransitionEvent.h
@@ -47,9 +47,9 @@ public:
return adoptRefWillBeNoop(new PageTransitionEvent(type, initializer));
}
- virtual ~PageTransitionEvent();
+ ~PageTransitionEvent() override;
- virtual const AtomicString& interfaceName() const override;
+ const AtomicString& interfaceName() const override;
bool persisted() const { return m_persisted; }
« no previous file with comments | « Source/core/events/MutationEvent.h ('k') | Source/core/events/PointerEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698