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

Unified Diff: Source/core/svg/properties/SVGPropertyHelper.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/properties/SVGProperty.h ('k') | Source/platform/heap/Heap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/properties/SVGPropertyHelper.h
diff --git a/Source/core/svg/properties/SVGPropertyHelper.h b/Source/core/svg/properties/SVGPropertyHelper.h
index aa1b1e5f5f6d3a3c732d1b9a4150d26ceb6a1034..7beee85c2860a346ee811154e21b7241dee9cb8e 100644
--- a/Source/core/svg/properties/SVGPropertyHelper.h
+++ b/Source/core/svg/properties/SVGPropertyHelper.h
@@ -11,7 +11,7 @@
namespace blink {
template<typename Derived>
-class SVGPropertyHelper : public SVGPropertyBase {
+class GC_PLUGIN_IGNORE("") SVGPropertyHelper : public SVGPropertyBase {
public:
SVGPropertyHelper()
: SVGPropertyBase(Derived::classType())
« no previous file with comments | « Source/core/svg/properties/SVGProperty.h ('k') | Source/platform/heap/Heap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698