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

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

Issue 860063002: Initialize GC mixin bases only when leftmost vtable has been initialized. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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/SVGTests.h
diff --git a/Source/core/svg/SVGTests.h b/Source/core/svg/SVGTests.h
index 89cb53aff9b8fc6f7a19c3fb1249bfd76b653d58..6dcfa573b99c90299bea32c37fa94850d781fe12 100644
--- a/Source/core/svg/SVGTests.h
+++ b/Source/core/svg/SVGTests.h
@@ -49,7 +49,9 @@ public:
virtual void trace(Visitor*);
protected:
- explicit SVGTests(SVGElement* contextElement);
+ SVGTests();
+
+ void initialize(SVGElement*);
private:
RefPtrWillBeMember<SVGStaticStringList> m_requiredFeatures;

Powered by Google App Engine
This is Rietveld 408576698