| Index: Source/core/css/FontFace.cpp
|
| diff --git a/Source/core/css/FontFace.cpp b/Source/core/css/FontFace.cpp
|
| index 08926dc4d96cd32eff873d3353878abaee97ca05..a6250bab725d18e724d209986bf554966694d37b 100644
|
| --- a/Source/core/css/FontFace.cpp
|
| +++ b/Source/core/css/FontFace.cpp
|
| @@ -135,6 +135,8 @@ FontFace::FontFace(ExecutionContext* context, const AtomicString& family, const
|
| : m_family(family)
|
| , m_status(Unloaded)
|
| {
|
| + ScriptWrappable::init(this);
|
| +
|
| Document* document = toDocument(context);
|
| String value;
|
| if (DictionaryHelper::get(descriptors, "style", value))
|
|
|