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. |