Chromium Code Reviews| Index: Source/core/css/FontFace.cpp |
| diff --git a/Source/core/css/FontFace.cpp b/Source/core/css/FontFace.cpp |
| index c85d70d8983c15d59acf494db87242db7c9b828f..c4bc50ab9f069a746d2e54914d89cdb74ac627ca 100644 |
| --- a/Source/core/css/FontFace.cpp |
| +++ b/Source/core/css/FontFace.cpp |
| @@ -205,6 +205,7 @@ PassRefPtrWillBeRawPtr<FontFace> FontFace::create(Document* document, const Styl |
| FontFace::FontFace() |
| : m_status(Unloaded) |
| { |
| + ScriptWrappable::init(this); |
| } |
| FontFace::~FontFace() |