| Index: third_party/WebKit/Source/modules/websockets/WebSocketChannel.h
|
| diff --git a/third_party/WebKit/Source/modules/websockets/WebSocketChannel.h b/third_party/WebKit/Source/modules/websockets/WebSocketChannel.h
|
| index 14cdd6862a630b9183f239813f45da43a1633833..06c55452626d7c98c05fe5ff0df84607e8b1d3ca 100644
|
| --- a/third_party/WebKit/Source/modules/websockets/WebSocketChannel.h
|
| +++ b/third_party/WebKit/Source/modules/websockets/WebSocketChannel.h
|
| @@ -35,6 +35,8 @@
|
| #include "modules/ModulesExport.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/v8_inspector/public/ConsoleTypes.h"
|
| +#include "public/platform/WebCallbacks.h"
|
| +#include "public/platform/modules/websockets/WebSocketHandle.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/Noncopyable.h"
|
|
|
| @@ -98,6 +100,10 @@ public:
|
|
|
| virtual ~WebSocketChannel() { }
|
|
|
| + virtual void loaderTestTransmit(WebSocketHandle::LoaderTestIPC, bool verifyData, size_t bucketSize, size_t bufferSize, size_t totalSize, WebCallbacks<int, void>*) {
|
| + RELEASE_ASSERT(false);
|
| + }
|
| +
|
| DEFINE_INLINE_VIRTUAL_TRACE() { }
|
| };
|
|
|
|
|