| Index: media/filters/source_buffer_stream.h
|
| diff --git a/media/filters/source_buffer_stream.h b/media/filters/source_buffer_stream.h
|
| index 362a9ab6272f49d9a9f33f6af8f9da870397814e..6bca890cf6f57a478bf65cfb942e90fb5bd224dc 100644
|
| --- a/media/filters/source_buffer_stream.h
|
| +++ b/media/filters/source_buffer_stream.h
|
| @@ -324,8 +324,8 @@ class MEDIA_EXPORT SourceBufferStream {
|
| // appropriately and returns true. Otherwise returns false.
|
| bool SetPendingBuffer(scoped_refptr<StreamParserBuffer>* out_buffer);
|
|
|
| - // Callback used to report error strings that can help the web developer
|
| - // figure out what is wrong with the content.
|
| + // Callback used to report log messages that can help the web developer figure
|
| + // out what is wrong with the content.
|
| LogCB log_cb_;
|
|
|
| // List of disjoint buffered ranges, ordered by start time.
|
|
|