Index: third_party/WebKit/Source/core/loader/ThreadableLoader.h |
diff --git a/third_party/WebKit/Source/core/loader/ThreadableLoader.h b/third_party/WebKit/Source/core/loader/ThreadableLoader.h |
index 3d2b2d20aff83707451037ea35d51a712d6890a3..4d2643112b1eebfde5ad0a05f1daba6988034be2 100644 |
--- a/third_party/WebKit/Source/core/loader/ThreadableLoader.h |
+++ b/third_party/WebKit/Source/core/loader/ThreadableLoader.h |
@@ -152,9 +152,9 @@ public: |
// After any of these methods is called, the loader won't call any of the |
// ThreadableLoaderClient methods. |
// |
- // When a ThreadableLoader is destructed, any of the |
- // ThreadableLoaderClient methods is NOT called in response to the |
- // destruction either synchronously or after destruction. |
+ // A user must guarantee that the loading completes before the attached |
+ // client gets invalid. Also, a user must guarantee that the loading |
+ // completes before the ThreadableLoader is destructed. |
// |
// When ThreadableLoader::cancel() is called, |
// ThreadableLoaderClient::didFail() is called with a ResourceError |