Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1735)

Unified Diff: third_party/WebKit/Source/core/css/FontFace.cpp

Issue 2552993002: Rename activeDOMObjectsAreStopped to isContextDestroyed (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698