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

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

Issue 44393003: Devirtualize several SVG classes destructors (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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 | Source/core/svg/SVGElementInstanceList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGAnimatedType.h
diff --git a/Source/core/svg/SVGAnimatedType.h b/Source/core/svg/SVGAnimatedType.h
index d5d60334bf255a0c2205a4c8b94bb99c0d267dcc..91313d7d1136824cae55fda19cb899796a7bb87a 100644
--- a/Source/core/svg/SVGAnimatedType.h
+++ b/Source/core/svg/SVGAnimatedType.h
@@ -38,7 +38,7 @@ class SVGPathByteStream;
class SVGAnimatedType {
WTF_MAKE_FAST_ALLOCATED;
public:
- virtual ~SVGAnimatedType();
+ ~SVGAnimatedType();
static PassOwnPtr<SVGAnimatedType> createAngleAndEnumeration(std::pair<SVGAngle, unsigned>*);
static PassOwnPtr<SVGAnimatedType> createBoolean(bool*);
« no previous file with comments | « no previous file | Source/core/svg/SVGElementInstanceList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698