| Index: third_party/WebKit/Source/core/streams/UnderlyingSourceBase.cpp
|
| diff --git a/third_party/WebKit/Source/core/streams/UnderlyingSourceBase.cpp b/third_party/WebKit/Source/core/streams/UnderlyingSourceBase.cpp
|
| index 115b1f441afda1d0cf20501a329ed5d8fc4fbb2f..51d29f455905f44a5f3ca88eeb3441a24a2c6b43 100644
|
| --- a/third_party/WebKit/Source/core/streams/UnderlyingSourceBase.cpp
|
| +++ b/third_party/WebKit/Source/core/streams/UnderlyingSourceBase.cpp
|
| @@ -66,7 +66,7 @@ void UnderlyingSourceBase::contextDestroyed() {
|
| }
|
|
|
| DEFINE_TRACE(UnderlyingSourceBase) {
|
| - SuspendableObject::trace(visitor);
|
| + ContextLifecycleObserver::trace(visitor);
|
| visitor->trace(m_controller);
|
| }
|
|
|
|
|