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

Unified Diff: Source/core/editing/MergeIdenticalElementsCommand.h

Issue 1218293014: Fix virtual/override/final usage in Source/core/editing/. (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
Index: Source/core/editing/MergeIdenticalElementsCommand.h
diff --git a/Source/core/editing/MergeIdenticalElementsCommand.h b/Source/core/editing/MergeIdenticalElementsCommand.h
index dd923ee5bacf26fbc28e60855b4c10faffaf8ff4..256fb0a1e719088de937dedab6193ee1e3dfffb0 100644
--- a/Source/core/editing/MergeIdenticalElementsCommand.h
+++ b/Source/core/editing/MergeIdenticalElementsCommand.h
@@ -42,8 +42,8 @@ public:
private:
MergeIdenticalElementsCommand(PassRefPtrWillBeRawPtr<Element>, PassRefPtrWillBeRawPtr<Element>);
- virtual void doApply() override;
- virtual void doUnapply() override;
+ void doApply() override;
+ void doUnapply() override;
RefPtrWillBeMember<Element> m_element1;
RefPtrWillBeMember<Element> m_element2;

Powered by Google App Engine
This is Rietveld 408576698