Index: webkit/blob/blob_url_request_job_unittest.cc |
=================================================================== |
--- webkit/blob/blob_url_request_job_unittest.cc (revision 87744) |
+++ webkit/blob/blob_url_request_job_unittest.cc (working copy) |
@@ -69,6 +69,8 @@ |
private: |
void ReadSome(net::URLRequest* request) { |
+ // job() is not part of the URLRequest public API so it should not be |
+ // used here. Bug 84783. |
if (request->job()->is_done()) { |
wtc
2011/06/03 18:24:40
I believe we can replace this with
if (!reques
rvargas (doing something else)
2011/06/03 18:47:42
I added your comment to the bug report.
|
RequestComplete(); |
return; |