| Index: webkit/glue/media/buffered_data_source.h
|
| diff --git a/webkit/glue/media/buffered_data_source.h b/webkit/glue/media/buffered_data_source.h
|
| index f1002cd494f28f7cfcfecf0b948386aa55faaa91..12e8280d26265e111507ebfa2a394b54fd31a63c 100644
|
| --- a/webkit/glue/media/buffered_data_source.h
|
| +++ b/webkit/glue/media/buffered_data_source.h
|
| @@ -417,7 +417,7 @@ class BufferedDataSource : public WebDataSource {
|
| bool stop_signal_received_;
|
|
|
| // This variable is set by CleanupTask() that indicates this object is stopped
|
| - // on the render thread.
|
| + // on the render thread and work should no longer progress.
|
| bool stopped_on_render_loop_;
|
|
|
| // This variable is true when we are in a paused state and false when we
|
|
|