| Index: src/scanner-character-streams.cc
|
| diff --git a/src/scanner-character-streams.cc b/src/scanner-character-streams.cc
|
| index cbef3f95bb7086b4d411c8f5dc08c98f730153db..201b597fb72d92365e17a1f3fb7e5e1866c67e15 100644
|
| --- a/src/scanner-character-streams.cc
|
| +++ b/src/scanner-character-streams.cc
|
| @@ -126,8 +126,6 @@ GenericStringUtf16CharacterStream::GenericStringUtf16CharacterStream(
|
| : string_(data),
|
| length_(end_position) {
|
| ASSERT(end_position >= start_position);
|
| - buffer_cursor_ = buffer_;
|
| - buffer_end_ = buffer_;
|
| pos_ = start_position;
|
| }
|
|
|
|
|