| Index: Source/core/streams/ReadableStreamImpl.h
 | 
| diff --git a/Source/core/streams/ReadableStreamImpl.h b/Source/core/streams/ReadableStreamImpl.h
 | 
| index a5c7e30e0e66a09769788a2fce7cdf368defc424..08362e152561aa068cb4fdaae0d1ed965c7ffa05 100644
 | 
| --- a/Source/core/streams/ReadableStreamImpl.h
 | 
| +++ b/Source/core/streams/ReadableStreamImpl.h
 | 
| @@ -19,7 +19,6 @@
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| -class ExclusiveStreamReader;
 | 
|  // We define the default ChunkTypeTraits for frequently used types.
 | 
|  template<typename ChunkType>
 | 
|  class ReadableStreamChunkTypeTraits { };
 | 
| 
 |