| Index: third_party/WebKit/Source/core/css/FontFaceSet.h
|
| diff --git a/third_party/WebKit/Source/core/css/FontFaceSet.h b/third_party/WebKit/Source/core/css/FontFaceSet.h
|
| index 91fd731896e634a7f82a38815d72293a44fc8185..1c46a437720e44006d19d808eebb50f8103b968b 100644
|
| --- a/third_party/WebKit/Source/core/css/FontFaceSet.h
|
| +++ b/third_party/WebKit/Source/core/css/FontFaceSet.h
|
| @@ -59,7 +59,7 @@ class ExecutionContext;
|
|
|
| using FontFaceSetIterable = PairIterable<Member<FontFace>, Member<FontFace>>;
|
|
|
| -class FontFaceSet final : public EventTargetWithInlineData, public Supplement<Document>, public ActiveDOMObject, public FontFaceSetIterable {
|
| +class FontFaceSet final : public EventTargetWithInlineData<FontFaceSet>, public Supplement<Document>, public ActiveDOMObject, public FontFaceSetIterable {
|
| USING_GARBAGE_COLLECTED_MIXIN(FontFaceSet);
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
|
|