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

Unified Diff: third_party/WebKit/Source/core/svg/SVGStaticStringList.h

Issue 1673203002: Add override qualifier to SVGStaticStringList::setBaseValueAsString (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/svg/SVGStaticStringList.h
diff --git a/third_party/WebKit/Source/core/svg/SVGStaticStringList.h b/third_party/WebKit/Source/core/svg/SVGStaticStringList.h
index 430f4ce44ebf9f6b23dc9f52c531385f42c47323..6abf71d4d946f707692a25df56dada29ee05e948 100644
--- a/third_party/WebKit/Source/core/svg/SVGStaticStringList.h
+++ b/third_party/WebKit/Source/core/svg/SVGStaticStringList.h
@@ -59,7 +59,7 @@ public:
void animationEnded() override;
bool needsSynchronizeAttribute() override;
- SVGParsingError setBaseValueAsString(const String&);
+ SVGParsingError setBaseValueAsString(const String&) override;
SVGStringList* value() { return m_value.get(); }
SVGStringListTearOff* tearOff();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698