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

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

Issue 302763005: Remove a wrong FIXME comment for SVGCursorElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGCursorElement.cpp
diff --git a/Source/core/svg/SVGCursorElement.cpp b/Source/core/svg/SVGCursorElement.cpp
index c5901a5baee0d3e6c237c564ae697c86abe461ee..af90291405de595534a48465123b2b3814c58e1a 100644
--- a/Source/core/svg/SVGCursorElement.cpp
+++ b/Source/core/svg/SVGCursorElement.cpp
@@ -45,7 +45,6 @@ SVGCursorElement::SVGCursorElement(Document& document)
SVGCursorElement::~SVGCursorElement()
{
// The below teardown is all handled by weak pointer processing in oilpan.
- // FIXME: Oilpan: Replace cursorElementRemoved with weak pointer processing in oilpan.
#if !ENABLE(OILPAN)
HashSet<RawPtr<SVGElement> >::iterator end = m_clients.end();
for (HashSet<RawPtr<SVGElement> >::iterator it = m_clients.begin(); it != end; ++it)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698