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

Unified Diff: sky/engine/core/css/FontFaceSet.h

Issue 655083003: Remove GarbageCollectedFinalized (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « sky/engine/bindings/templates/dictionary_impl.cpp ('k') | sky/engine/core/dom/ElementData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/FontFaceSet.h
diff --git a/sky/engine/core/css/FontFaceSet.h b/sky/engine/core/css/FontFaceSet.h
index fecccd92db1581e896196171c53b9f7cac3d630c..8bc5ac8426100eec78a7a3af6e3b9a777de9c136 100644
--- a/sky/engine/core/css/FontFaceSet.h
+++ b/sky/engine/core/css/FontFaceSet.h
@@ -57,15 +57,9 @@ class FontResource;
class FontsReadyPromiseResolver;
class ExecutionContext;
-#if ENABLE(OILPAN)
-class FontFaceSet final : public GarbageCollectedFinalized<FontFaceSet>, public HeapSupplement<Document>, public ActiveDOMObject, public EventTargetWithInlineData {
- USING_GARBAGE_COLLECTED_MIXIN(FontFaceSet);
- typedef HeapSupplement<Document> SupplementType;
-#else
class FontFaceSet final : public RefCountedSupplement<Document, FontFaceSet>, public ActiveDOMObject, public EventTargetWithInlineData {
DEFINE_EVENT_TARGET_REFCOUNTING(RefCounted<FontFaceSet>);
typedef RefCountedSupplement<Document, FontFaceSet> SupplementType;
-#endif
DEFINE_WRAPPERTYPEINFO();
public:
virtual ~FontFaceSet();
« no previous file with comments | « sky/engine/bindings/templates/dictionary_impl.cpp ('k') | sky/engine/core/dom/ElementData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698