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

Unified Diff: Source/core/dom/Fullscreen.h

Issue 1060813005: Componentization: fix SupplementTracing<0>::~SupplementTracing<0>(void) already defined. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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/core/dom/DocumentSupplementable.h ('k') | Source/core/dom/Fullscreen.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Fullscreen.h
diff --git a/Source/core/dom/Fullscreen.h b/Source/core/dom/Fullscreen.h
index eb2e6550adf3854a9b4f473255dbb2bac7e06e7a..725011a0479493edbd854c0e8887716c7627a121 100644
--- a/Source/core/dom/Fullscreen.h
+++ b/Source/core/dom/Fullscreen.h
@@ -46,7 +46,7 @@ class ComputedStyle;
class CORE_EXPORT Fullscreen final
: public NoBaseWillBeGarbageCollectedFinalized<Fullscreen>
- , public DocumentSupplement
+ , public WillBeHeapSupplement<Document>
, public DocumentLifecycleObserver {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(Fullscreen);
public:
« no previous file with comments | « Source/core/dom/DocumentSupplementable.h ('k') | Source/core/dom/Fullscreen.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698