| Index: Source/core/css/FontFace.cpp
|
| diff --git a/Source/core/css/FontFace.cpp b/Source/core/css/FontFace.cpp
|
| index 6d8dec5b283684a440ea779e1a254b3bc1a59571..c14801203761f92e65f8aebc9870a546b89862ca 100644
|
| --- a/Source/core/css/FontFace.cpp
|
| +++ b/Source/core/css/FontFace.cpp
|
| @@ -128,15 +128,12 @@ PassRefPtrWillBeRawPtr<FontFace> FontFace::create(Document* document, const Styl
|
| FontFace::FontFace()
|
| : m_status(Unloaded)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| FontFace::FontFace(ExecutionContext* context, const AtomicString& family, const Dictionary& descriptors)
|
| : m_family(family)
|
| , m_status(Unloaded)
|
| {
|
| - ScriptWrappable::init(this);
|
| -
|
| Document* document = toDocument(context);
|
| String value;
|
| if (DictionaryHelper::get(descriptors, "style", value))
|
|
|