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

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

Issue 1303173007: Oilpan: Unship Oilpan from CSSValues Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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/css/CSSCounterValue.h ('k') | Source/core/css/CSSCrossfadeValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSCounterValue.cpp
diff --git a/Source/core/css/CSSCounterValue.cpp b/Source/core/css/CSSCounterValue.cpp
index 6a1f0698768175dd1086da613b091acc7504ae67..de1ef82d4057100ad86795cf24cba2dda38e41db 100644
--- a/Source/core/css/CSSCounterValue.cpp
+++ b/Source/core/css/CSSCounterValue.cpp
@@ -33,12 +33,4 @@ String CSSCounterValue::customCSSText() const
return result.toString();
}
-DEFINE_TRACE_AFTER_DISPATCH(CSSCounterValue)
-{
- visitor->trace(m_identifier);
- visitor->trace(m_listStyle);
- visitor->trace(m_separator);
- CSSValue::traceAfterDispatch(visitor);
-}
-
}
« no previous file with comments | « Source/core/css/CSSCounterValue.h ('k') | Source/core/css/CSSCrossfadeValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698