| Index: third_party/WebKit/Source/core/css/FontFaceSet.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/FontFaceSet.cpp b/third_party/WebKit/Source/core/css/FontFaceSet.cpp
|
| index 54c99074ec9b719f61e528babbbffd320c8b2795..572793d167251a816a47fabb472e3ecdc9c5f5d7 100644
|
| --- a/third_party/WebKit/Source/core/css/FontFaceSet.cpp
|
| +++ b/third_party/WebKit/Source/core/css/FontFaceSet.cpp
|
| @@ -196,7 +196,7 @@ void FontFaceSet::resume() {
|
| m_asyncRunner->resume();
|
| }
|
|
|
| -void FontFaceSet::contextDestroyed() {
|
| +void FontFaceSet::contextDestroyed(ExecutionContext*) {
|
| m_asyncRunner->stop();
|
| }
|
|
|
|
|