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