| Index: third_party/WebKit/Source/core/css/FontFace.h
|
| diff --git a/third_party/WebKit/Source/core/css/FontFace.h b/third_party/WebKit/Source/core/css/FontFace.h
|
| index d243d62f7a8f27eb7f6e0f313482c5999a402e6a..423f67ba0f9bc5dfba948e41e7675ecd93caa7d0 100644
|
| --- a/third_party/WebKit/Source/core/css/FontFace.h
|
| +++ b/third_party/WebKit/Source/core/css/FontFace.h
|
| @@ -34,6 +34,7 @@
|
| #include "bindings/core/v8/ScriptPromise.h"
|
| #include "bindings/core/v8/ScriptPromiseProperty.h"
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| +#include "bindings/core/v8/V8GCRoot.h"
|
| #include "core/CSSPropertyNames.h"
|
| #include "core/css/CSSValue.h"
|
| #include "core/dom/ActiveDOMObject.h"
|
| @@ -56,7 +57,7 @@ class StringOrArrayBufferOrArrayBufferView;
|
| class StylePropertySet;
|
| class StyleRuleFontFace;
|
|
|
| -class FontFace : public RefCountedWillBeGarbageCollectedFinalized<FontFace>, public ScriptWrappable, public ActiveDOMObject {
|
| +class FontFace : public RefCountedWillBeGarbageCollectedFinalized<FontFace>, public ScriptWrappable, public ActiveDOMObject, public V8GCRoot {
|
| DEFINE_WRAPPERTYPEINFO();
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(FontFace);
|
| public:
|
|
|