| Index: third_party/WebKit/Source/core/css/FontFace.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/FontFace.cpp b/third_party/WebKit/Source/core/css/FontFace.cpp
|
| index 44047cf37475a420b9b06ee63a005f00864a9e40..6ab2da19217be824bfb6e420bf6e30ca617ac4bd 100644
|
| --- a/third_party/WebKit/Source/core/css/FontFace.cpp
|
| +++ b/third_party/WebKit/Source/core/css/FontFace.cpp
|
| @@ -154,7 +154,7 @@ FontFace* FontFace::create(Document* document,
|
| }
|
|
|
| FontFace::FontFace(ExecutionContext* context)
|
| - : ActiveScriptWrappable(this),
|
| + : ActiveScriptWrappable<FontFace>(this),
|
| SuspendableObject(context),
|
| m_status(Unloaded) {
|
| suspendIfNeeded();
|
|
|