| Index: media/formats/webm/webm_stream_parser.h
|
| diff --git a/media/formats/webm/webm_stream_parser.h b/media/formats/webm/webm_stream_parser.h
|
| index 128a5abf2a108411a0c9c5f39ee0bb9eb0be21b3..6de1deda98f6892fe3a29ab43a609035e4b8cbc6 100644
|
| --- a/media/formats/webm/webm_stream_parser.h
|
| +++ b/media/formats/webm/webm_stream_parser.h
|
| @@ -65,7 +65,7 @@ class WebMStreamParser : public StreamParser {
|
| // Returning > 0 indicates success & the number of bytes parsed.
|
| int ParseCluster(const uint8_t* data, int size);
|
|
|
| - // Fire needkey event through the |encrypted_media_init_data_cb_|.
|
| + // Fire the encrypted event through the |encrypted_media_init_data_cb_|.
|
| void OnEncryptedMediaInitData(const std::string& key_id);
|
|
|
| State state_;
|
|
|