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

Unified Diff: Source/core/svg/SVGIntegerOptionalInteger.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/SVGAngle.cpp ('k') | Source/core/svg/SVGIntegerOptionalInteger.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGIntegerOptionalInteger.h
diff --git a/Source/core/svg/SVGIntegerOptionalInteger.h b/Source/core/svg/SVGIntegerOptionalInteger.h
index 264b6e168872c59035954c1594aa00f9a4b9c6b1..b44b5c699d6d67be4759fb469f70c70ebada7b32 100644
--- a/Source/core/svg/SVGIntegerOptionalInteger.h
+++ b/Source/core/svg/SVGIntegerOptionalInteger.h
@@ -36,7 +36,7 @@
namespace blink {
-class SVGIntegerOptionalInteger : public SVGPropertyBase {
+class GC_PLUGIN_IGNORE("") SVGIntegerOptionalInteger : public SVGPropertyBase {
public:
// Tearoff of SVGIntegerOptionalInteger is never created.
typedef void TearOffType;
@@ -62,7 +62,7 @@ public:
PassRefPtrWillBeRawPtr<SVGInteger> firstInteger() { return m_firstInteger; }
PassRefPtrWillBeRawPtr<SVGInteger> secondInteger() { return m_secondInteger; }
- virtual void trace(Visitor*) override;
+ DECLARE_TRACE(virtual,override);
protected:
SVGIntegerOptionalInteger(PassRefPtrWillBeRawPtr<SVGInteger> firstInteger, PassRefPtrWillBeRawPtr<SVGInteger> secondInteger);
« no previous file with comments | « Source/core/svg/SVGAngle.cpp ('k') | Source/core/svg/SVGIntegerOptionalInteger.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698