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

Unified Diff: Source/core/svg/SVGAElement.h

Issue 980653002: Oilpan: disable conservative GCs during initial GC mixin construction. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Switch to a static const for mixinLevels Created 5 years, 10 months 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
Index: Source/core/svg/SVGAElement.h
diff --git a/Source/core/svg/SVGAElement.h b/Source/core/svg/SVGAElement.h
index be41d22c9aa42583dff5ca40e672f24f14bdf3e4..e04a7b24951a865340eea2105837f840650fc80e 100644
--- a/Source/core/svg/SVGAElement.h
+++ b/Source/core/svg/SVGAElement.h
@@ -31,7 +31,7 @@ namespace blink {
class SVGAElement final : public SVGGraphicsElement,
public SVGURIReference {
DEFINE_WRAPPERTYPEINFO();
- WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(SVGAElement);
+ WILL_BE_USING_GARBAGE_COLLECTED_MIXIN_NESTED(SVGAElement, SVGGraphicsElement);
public:
DECLARE_NODE_FACTORY(SVGAElement);
SVGAnimatedString* svgTarget() { return m_svgTarget.get(); }

Powered by Google App Engine
This is Rietveld 408576698