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

Unified Diff: Source/core/svg/SVGElementInstanceList.cpp

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 | « Source/core/svg/SVGElementInstanceList.h ('k') | Source/core/svg/SVGViewSpec.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGElementInstanceList.cpp
diff --git a/Source/core/svg/SVGElementInstanceList.cpp b/Source/core/svg/SVGElementInstanceList.cpp
index c9f112d905ba3fd6fd2cda20255d4a6ff369fb8c..0e3d89518b8bcf1f95e6a69daaab27c745cc7286 100644
--- a/Source/core/svg/SVGElementInstanceList.cpp
+++ b/Source/core/svg/SVGElementInstanceList.cpp
@@ -30,10 +30,6 @@ SVGElementInstanceList::SVGElementInstanceList(PassRefPtr<SVGElementInstance> ro
ScriptWrappable::init(this);
}
-SVGElementInstanceList::~SVGElementInstanceList()
-{
-}
-
unsigned SVGElementInstanceList::length() const
{
// NOTE: We could use the same caching facilities, like the ones "ChildNodeList" uses.
« no previous file with comments | « Source/core/svg/SVGElementInstanceList.h ('k') | Source/core/svg/SVGViewSpec.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698