Index: Source/core/loader/DocumentThreadableLoader.h |
diff --git a/Source/core/loader/DocumentThreadableLoader.h b/Source/core/loader/DocumentThreadableLoader.h |
index bcd2b164d1826d619603d3c9996b9fb1dfa8c9d0..9547f15f048ef839c3259c4f0fa5ecfd0d53dcbb 100644 |
--- a/Source/core/loader/DocumentThreadableLoader.h |
+++ b/Source/core/loader/DocumentThreadableLoader.h |
@@ -81,8 +81,9 @@ class DocumentThreadableLoader final : public ThreadableLoader, private Resource |
void cancelWithError(const ResourceError&); |
- // Notify Inspector about resource response. Use this method if response is not going to be finished normally. |
- void notifyResponseReceived(unsigned long identifier, const ResourceResponse&); |
+ // Notify Inspector and log to console about resource response. Use |
+ // this method if response is not going to be finished normally. |
+ void reportResponseReceived(unsigned long identifier, const ResourceResponse&); |
// Methods containing code to handle resource fetch results which is |
// common to both sync and async mode. |