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

Unified Diff: Source/core/svg/SVGNumberOptionalNumber.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/SVGLength.cpp ('k') | Source/core/svg/SVGNumberOptionalNumber.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGNumberOptionalNumber.h
diff --git a/Source/core/svg/SVGNumberOptionalNumber.h b/Source/core/svg/SVGNumberOptionalNumber.h
index 1016c86a5a33d38bb538dd9e77f893433e486c9d..bd568e4b99f555289f9a934dcf5ba7a2bec45767 100644
--- a/Source/core/svg/SVGNumberOptionalNumber.h
+++ b/Source/core/svg/SVGNumberOptionalNumber.h
@@ -36,7 +36,7 @@
namespace blink {
-class SVGNumberOptionalNumber : public SVGPropertyBase {
+class GC_PLUGIN_IGNORE("") SVGNumberOptionalNumber : public SVGPropertyBase {
public:
// Tearoff of SVGNumberOptionalNumber is never created.
typedef void TearOffType;
@@ -62,7 +62,7 @@ public:
PassRefPtrWillBeRawPtr<SVGNumber> firstNumber() { return m_firstNumber; }
PassRefPtrWillBeRawPtr<SVGNumber> secondNumber() { return m_secondNumber; }
- virtual void trace(Visitor*) override;
+ DECLARE_TRACE(virtual,override);
protected:
SVGNumberOptionalNumber(PassRefPtrWillBeRawPtr<SVGNumber> firstNumber, PassRefPtrWillBeRawPtr<SVGNumber> secondNumber);
« no previous file with comments | « Source/core/svg/SVGLength.cpp ('k') | Source/core/svg/SVGNumberOptionalNumber.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698