| Index: Source/modules/websockets/NewWebSocketChannelImpl.h
|
| diff --git a/Source/modules/websockets/NewWebSocketChannelImpl.h b/Source/modules/websockets/NewWebSocketChannelImpl.h
|
| index 8a28eff6277e86c3f3093361174eb0c183958c06..cbad3f15c8eabbb9718ad6468ba7b11a6d485bd4 100644
|
| --- a/Source/modules/websockets/NewWebSocketChannelImpl.h
|
| +++ b/Source/modules/websockets/NewWebSocketChannelImpl.h
|
| @@ -162,6 +162,7 @@ private:
|
| ASSERT(!m_handle);
|
| ASSERT(!m_client);
|
| ASSERT(!m_identifier);
|
| + ContextLifecycleObserver::contextDestroyed();
|
| #else
|
| // This object must be destroyed before the context.
|
| ASSERT_NOT_REACHED();
|
|
|