Index: Source/core/css/FontFaceSet.cpp |
diff --git a/Source/core/css/FontFaceSet.cpp b/Source/core/css/FontFaceSet.cpp |
index c12964f8102354dff8bb3a5f235ba0ba99e81f1c..08fb92b91466841622dd4b9e0dac34022364ffae 100644 |
--- a/Source/core/css/FontFaceSet.cpp |
+++ b/Source/core/css/FontFaceSet.cpp |
@@ -186,8 +186,7 @@ AtomicString FontFaceSet::status() const |
void FontFaceSet::handlePendingEventsAndPromisesSoon() |
{ |
- // setPendingActivity() is unnecessary because m_asyncRunner will be |
- // automatically stopped on destruction. |
+ // m_asyncRunner will be automatically stopped on destruction. |
m_asyncRunner.runAsync(); |
} |