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 2b35ed2e4cfb6c8d49f916ba9eb3f2f26bb08fe0..78fa3a4102db3b8c12ca84f0546def3707a571d3 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()->isContextDestroyed(); |
+ return m_status == Loading && getExecutionContext(); |
} |
} // namespace blink |