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

Unified Diff: Source/platform/Supplementable.h

Issue 916033002: Oilpan: Move LifecycleNotifier's hierarchy to Oilpan's heap Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « Source/platform/LifecycleObserver.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/Supplementable.h
diff --git a/Source/platform/Supplementable.h b/Source/platform/Supplementable.h
index ae8f8fc5a82031e08897d15fb0ef229662dabbec..41d8cea7bf9e7a50e1932bc657ef7367b67acbf8 100644
--- a/Source/platform/Supplementable.h
+++ b/Source/platform/Supplementable.h
@@ -152,8 +152,10 @@ public:
template<typename T, bool isGarbageCollected>
class SupplementableTracing;
+// Using a virtual inheritance to resolve a diamond inheritance
+// in ExecutionContext.
template<typename T>
-class SupplementableTracing<T, true> : public GarbageCollectedMixin {
+class SupplementableTracing<T, true> : public virtual GarbageCollectedMixin {
public:
virtual void trace(Visitor* visitor)
{
« no previous file with comments | « Source/platform/LifecycleObserver.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698