| Index: third_party/WebKit/Source/core/streams/Stream.cpp
|
| diff --git a/third_party/WebKit/Source/core/streams/Stream.cpp b/third_party/WebKit/Source/core/streams/Stream.cpp
|
| index b81536670cccd8d63d2c40e36d02c071e99a1df8..35e1d68a6f56b33185312eeba6482b09a4db0d67 100644
|
| --- a/third_party/WebKit/Source/core/streams/Stream.cpp
|
| +++ b/third_party/WebKit/Source/core/streams/Stream.cpp
|
| @@ -71,7 +71,7 @@ void Stream::suspend() {}
|
|
|
| void Stream::resume() {}
|
|
|
| -void Stream::contextDestroyed() {
|
| +void Stream::contextDestroyed(ExecutionContext*) {
|
| neuter();
|
| abort();
|
| }
|
|
|