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

Unified Diff: Source/core/css/CSSCursorImageValue.cpp

Issue 177413009: Oilpan: Don't trace the RefPtr for the CSSCursorImageValue workaround. It is trace via the RefCount… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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/css/CSSCursorImageValue.cpp
diff --git a/Source/core/css/CSSCursorImageValue.cpp b/Source/core/css/CSSCursorImageValue.cpp
index b8408e4241c72c46acc72dedbbb9521212c8227b..fd498ef3c66379959a62a01783ffa55c362d2130 100644
--- a/Source/core/css/CSSCursorImageValue.cpp
+++ b/Source/core/css/CSSCursorImageValue.cpp
@@ -198,7 +198,6 @@ bool CSSCursorImageValue::equals(const CSSCursorImageValue& other) const
void CSSCursorImageValue::traceAfterDispatch(Visitor* visitor)
{
- visitor->trace(m_imageValue);
CSSValue::traceAfterDispatch(visitor);
}
« 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