| Index: third_party/WebKit/Source/modules/fetch/BlobBytesConsumer.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/BlobBytesConsumer.cpp b/third_party/WebKit/Source/modules/fetch/BlobBytesConsumer.cpp
|
| index 0731de766377a1a6a3707a6f58fbfd7e62825019..1ddf1a9414ce84ad9701fc3887962e1d1ff24f7b 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/BlobBytesConsumer.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/BlobBytesConsumer.cpp
|
| @@ -163,7 +163,7 @@ BytesConsumer::PublicState BlobBytesConsumer::getPublicState() const {
|
| return m_state;
|
| }
|
|
|
| -void BlobBytesConsumer::contextDestroyed() {
|
| +void BlobBytesConsumer::contextDestroyed(ExecutionContext*) {
|
| if (m_state != PublicState::ReadableOrWaiting)
|
| return;
|
|
|
|
|