| Index: third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.h
|
| diff --git a/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.h b/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.h
|
| index 62d8fe9e174b5feb89b75bcc870d73b9672db1e6..5f1bb6c745d0d5dcf5d97e0d23a968f16cabcb21 100644
|
| --- a/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.h
|
| +++ b/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.h
|
| @@ -62,7 +62,6 @@ class WebSocketHandshakeResponseInfo;
|
| // DOMWindow (i.e. works in the main thread).
|
| class MODULES_EXPORT DocumentWebSocketChannel final : public WebSocketChannel, public WebSocketHandleClient, public ContextLifecycleObserver {
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(DocumentWebSocketChannel);
|
| - USING_PRE_FINALIZER(DocumentWebSocketChannel, handleShouldBeDisconnected);
|
| public:
|
| // You can specify the source file and the line number information
|
| // explicitly by passing the last parameter.
|
| @@ -134,7 +133,6 @@ private:
|
| void abortAsyncOperations();
|
| void handleDidClose(bool wasClean, unsigned short code, const String& reason);
|
| Document* document();
|
| - void handleShouldBeDisconnected();
|
|
|
| // WebSocketHandleClient functions.
|
| void didConnect(WebSocketHandle*, const WebString& selectedProtocol, const WebString& extensions) override;
|
|
|