| 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 07186cbc2609c29a60ab04472aa78aeb093976cd..d6f98bd3d446d782f8b32d95b4371fe32e5dda91 100644
|
| --- a/third_party/WebKit/Source/core/css/FontFace.cpp
|
| +++ b/third_party/WebKit/Source/core/css/FontFace.cpp
|
| @@ -653,7 +653,7 @@ bool FontFace::hadBlankText() const {
|
|
|
| bool FontFace::hasPendingActivity() const {
|
| return m_status == Loading && getExecutionContext() &&
|
| - !getExecutionContext()->activeDOMObjectsAreStopped();
|
| + !getExecutionContext()->isContextDestroyed();
|
| }
|
|
|
| } // namespace blink
|
|
|