| Index: Source/core/streams/ReadableStream.cpp
|
| diff --git a/Source/core/streams/ReadableStream.cpp b/Source/core/streams/ReadableStream.cpp
|
| index 86b7246cd82cf1f2f0f444741c56c08f23891f95..5355aff8ff17993645571f5605baf9e268bcb3cb 100644
|
| --- a/Source/core/streams/ReadableStream.cpp
|
| +++ b/Source/core/streams/ReadableStream.cpp
|
| @@ -113,7 +113,7 @@ ScriptPromise ReadableStream::cancelInternal(ScriptState* scriptState, ScriptVal
|
| return m_source->cancelSource(scriptState, reason).then(ConstUndefined::create(scriptState));
|
| }
|
|
|
| -void ReadableStream::error(PassRefPtrWillBeRawPtr<DOMException> exception)
|
| +void ReadableStream::error(DOMException* exception)
|
| {
|
| if (m_state != ReadableStream::Readable)
|
| return;
|
|
|