| Index: content/browser/speech/chunked_byte_buffer.cc
|
| diff --git a/content/browser/speech/chunked_byte_buffer.cc b/content/browser/speech/chunked_byte_buffer.cc
|
| index 115fa820af7be61bb9f521096c890b9ea0e23886..07e3c3ff921d909095ce177a12efde157d7fcd3f 100644
|
| --- a/content/browser/speech/chunked_byte_buffer.cc
|
| +++ b/content/browser/speech/chunked_byte_buffer.cc
|
| @@ -110,7 +110,7 @@ scoped_ptr< std::vector<uint8> > ChunkedByteBuffer::PopChunk() {
|
| }
|
|
|
| void ChunkedByteBuffer::Clear() {
|
| - chunks_.reset();
|
| + chunks_.clear();
|
| partial_chunk_.reset(new Chunk());
|
| total_bytes_stored_ = 0;
|
| }
|
|
|