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

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

Issue 252893004: Remove SVGElementInstanceList (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add expected results Created 6 years, 8 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/SVGElementInstance.h ('k') | Source/core/svg/SVGElementInstance.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGElementInstance.cpp
diff --git a/Source/core/svg/SVGElementInstance.cpp b/Source/core/svg/SVGElementInstance.cpp
index c735d82990ff5a27384d8646b803cb27d2d93bac..d4aad6a48e582a5c65cdf1a4d27a23a9bc238ee1 100644
--- a/Source/core/svg/SVGElementInstance.cpp
+++ b/Source/core/svg/SVGElementInstance.cpp
@@ -27,7 +27,6 @@
#include "core/events/Event.h"
#include "core/events/EventListener.h"
#include "core/svg/SVGElement.h"
-#include "core/svg/SVGElementInstanceList.h"
#include "core/svg/SVGUseElement.h"
#include "wtf/RefCountedLeakCounter.h"
@@ -153,11 +152,6 @@ void SVGElementInstance::detach()
removeDetachedChildrenInContainer<SVGElementInstance, SVGElementInstance>(*this);
}
-PassRefPtr<SVGElementInstanceList> SVGElementInstance::childNodes()
-{
- return SVGElementInstanceList::create(this);
-}
-
void SVGElementInstance::setShadowTreeElement(SVGElement* element)
{
ASSERT(element);
« no previous file with comments | « Source/core/svg/SVGElementInstance.h ('k') | Source/core/svg/SVGElementInstance.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698