Index: third_party/WebKit/Source/core/loader/DocumentLoader.cpp |
diff --git a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp |
index 839d841231ae05828c41d5949e949cf0dd66a349..d54daaaf746fbd5a2a6a3fed6f48fa6960c3e6ca 100644 |
--- a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp |
+++ b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp |
@@ -708,7 +708,7 @@ void DocumentLoader::DataReceived(Resource* resource, |
if (in_data_received_) { |
// If this function is reentered, defer processing of the additional data to |
// the top-level invocation. Reentrant calls can occur because of web |
- // platform (mis-)features that require running a nested message loop: |
+ // platform (mis-)features that require running a nested run loop: |
// - alert(), confirm(), prompt() |
// - Detach of plugin elements. |
// - Synchronous XMLHTTPRequest |