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

Unified Diff: Source/core/svg/SVGPathSegList.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/SVGNumberOptionalNumber.cpp ('k') | Source/core/svg/SVGPathSegList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGPathSegList.h
diff --git a/Source/core/svg/SVGPathSegList.h b/Source/core/svg/SVGPathSegList.h
index 477420a502d67d46f7c1961a41e691f9e91cd53a..9d7dbfb53387c62219a534ae5360b0b7aad65a15 100644
--- a/Source/core/svg/SVGPathSegList.h
+++ b/Source/core/svg/SVGPathSegList.h
@@ -42,7 +42,7 @@ namespace blink {
class SVGPathElement;
class SVGPathSegListTearOff;
-class SVGPathSegList : public SVGListPropertyHelper<SVGPathSegList, SVGPathSeg> {
+class GC_PLUGIN_IGNORE("") SVGPathSegList : public SVGListPropertyHelper<SVGPathSegList, SVGPathSeg> {
public:
typedef void PrimitiveType;
typedef SVGPathSeg ItemPropertyType;
@@ -146,7 +146,7 @@ public:
static AnimatedPropertyType classType() { return AnimatedPath; }
- virtual void trace(Visitor*) override;
+ DECLARE_TRACE(virtual,override);
private:
explicit SVGPathSegList(SVGPathElement*);
« no previous file with comments | « Source/core/svg/SVGNumberOptionalNumber.cpp ('k') | Source/core/svg/SVGPathSegList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698