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

Unified Diff: Source/core/svg/properties/SVGListPropertyHelper.h

Issue 803443002: Introduce InlinedGlobalMarkingVisitor Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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/SVGPathSegList.cpp ('k') | Source/core/svg/properties/SVGProperty.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/properties/SVGListPropertyHelper.h
diff --git a/Source/core/svg/properties/SVGListPropertyHelper.h b/Source/core/svg/properties/SVGListPropertyHelper.h
index 8ae28d3a0dccf9add17bfafdf3b6c811e4cb983a..f966c75a314c2cb0ba1b189d0c28650d3a1927a9 100644
--- a/Source/core/svg/properties/SVGListPropertyHelper.h
+++ b/Source/core/svg/properties/SVGListPropertyHelper.h
@@ -44,7 +44,7 @@ namespace blink {
// This is an implementation of the SVG*List property spec:
// http://www.w3.org/TR/SVG/single-page.html#types-InterfaceSVGLengthList
template<typename Derived, typename ItemProperty>
-class SVGListPropertyHelper : public SVGPropertyHelper<Derived> {
+class GC_PLUGIN_IGNORE("") SVGListPropertyHelper : public SVGPropertyHelper<Derived> {
public:
typedef ItemProperty ItemPropertyType;
@@ -153,7 +153,7 @@ public:
PassRefPtrWillBeRawPtr<ItemPropertyType> appendItem(PassRefPtrWillBeRawPtr<ItemPropertyType>);
PassRefPtrWillBeRawPtr<ItemPropertyType> replaceItem(PassRefPtrWillBeRawPtr<ItemPropertyType>, size_t, ExceptionState&);
- virtual void trace(Visitor* visitor) override
+ DEFINE_INLINE_TRACE(,override)
{
visitor->trace(m_values);
SVGPropertyHelper<Derived>::trace(visitor);
« no previous file with comments | « Source/core/svg/SVGPathSegList.cpp ('k') | Source/core/svg/properties/SVGProperty.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698