Index: third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequestProgressEventThrottle.cpp |
diff --git a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequestProgressEventThrottle.cpp b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequestProgressEventThrottle.cpp |
index 40bf6d2d60d8170a1ee32761932a4f93e71b3905..79c175a16eec8cf69720e4cf22dea22cf3a18f64 100644 |
--- a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequestProgressEventThrottle.cpp |
+++ b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequestProgressEventThrottle.cpp |
@@ -185,8 +185,8 @@ void XMLHttpRequestProgressEventThrottle::resume() { |
return; |
// Do not dispatch events inline here, since ExecutionContext is iterating |
- // over the list of active DOM objects to resume them, and any activated JS |
- // event-handler could insert new active DOM objects to the list. |
+ // over the list of SuspendableObjects to resume them, and any activated JS |
+ // event-handler could insert new SuspendableObjects to the list. |
startOneShot(0, BLINK_FROM_HERE); |
} |