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

Unified Diff: Source/core/svg/SVGLengthList.h

Issue 134593005: Update SVG classes to use OVERRIDE / FINAL when needed (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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/svg/SVGLength.h ('k') | Source/core/svg/SVGLengthListTearOff.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGLengthList.h
diff --git a/Source/core/svg/SVGLengthList.h b/Source/core/svg/SVGLengthList.h
index 3d9b622a7a639bf822f3f3a4401f1fc6dbc92182..0b65bad3a1c9d11dca61942520f3df35980122c4 100644
--- a/Source/core/svg/SVGLengthList.h
+++ b/Source/core/svg/SVGLengthList.h
@@ -39,7 +39,7 @@ namespace WebCore {
class SVGLengthListTearOff;
-class SVGLengthList : public NewSVGListPropertyHelper<SVGLengthList, SVGLength> {
+class SVGLengthList FINAL : public NewSVGListPropertyHelper<SVGLengthList, SVGLength> {
public:
typedef SVGLengthListTearOff TearOffType;
@@ -48,7 +48,7 @@ public:
return adoptRef(new SVGLengthList(mode));
}
- ~SVGLengthList();
+ virtual ~SVGLengthList();
PassRefPtr<SVGLengthList> clone();
« no previous file with comments | « Source/core/svg/SVGLength.h ('k') | Source/core/svg/SVGLengthListTearOff.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698