| Index: Source/modules/fetch/FetchDataLoader.h
|
| diff --git a/Source/modules/fetch/FetchDataLoader.h b/Source/modules/fetch/FetchDataLoader.h
|
| index bee7bf49d6e38f82c6d97f840ea15416d010c3ec..4c0525453f31a6f4de6de5d519665cfa9f18ceaa 100644
|
| --- a/Source/modules/fetch/FetchDataLoader.h
|
| +++ b/Source/modules/fetch/FetchDataLoader.h
|
| @@ -23,6 +23,9 @@ namespace blink {
|
| // on the thread where FetchDataLoader is created.
|
| //
|
| // - Client's methods can be called synchronously in start().
|
| +// -- Specifically, if the first call by FetchDataLoader to read()/beginRead()
|
| +// returns values other than Ok or ShouldWait,
|
| +// Client's methods must be called synchronously in start().
|
| // - If FetchDataLoader::cancel() is called (or FetchDataLoader is garbage
|
| // collected), Client's methods are not called anymore.
|
| // - FetchDataLoader takes the ownership of |handle|'s reader but not |handle|.
|
|
|