| Index: webkit/media/buffered_data_source.h
|
| diff --git a/webkit/media/buffered_data_source.h b/webkit/media/buffered_data_source.h
|
| index 7987d09a42ef172c1eb007d56581d26fd1cdd269..212b42a6274e6b9c02078c7ad97c147fdb53d3d3 100644
|
| --- a/webkit/media/buffered_data_source.h
|
| +++ b/webkit/media/buffered_data_source.h
|
| @@ -147,8 +147,8 @@ class BufferedDataSource : public WebDataSource {
|
| int64 total_bytes_;
|
| int64 buffered_bytes_;
|
|
|
| - // True if this data source is considered loaded.
|
| - bool loaded_;
|
| + // True if this data source is from a local file.
|
| + bool local_source_;
|
|
|
| // This value will be true if this data source can only support streaming.
|
| // i.e. range request is not supported.
|
|
|