| Index: Source/modules/websockets/WorkerThreadableWebSocketChannel.h
|
| diff --git a/Source/modules/websockets/WorkerThreadableWebSocketChannel.h b/Source/modules/websockets/WorkerThreadableWebSocketChannel.h
|
| index 2c147b409e85abee5c54c4c2180302bbda096b6b..8d949f1ad5440fe5baa5db56bd7d2f5cda024ddc 100644
|
| --- a/Source/modules/websockets/WorkerThreadableWebSocketChannel.h
|
| +++ b/Source/modules/websockets/WorkerThreadableWebSocketChannel.h
|
| @@ -33,9 +33,9 @@
|
|
|
| #include "core/frame/ConsoleTypes.h"
|
| #include "core/workers/WorkerGlobalScope.h"
|
| -#include "heap/Handle.h"
|
| #include "modules/websockets/WebSocketChannel.h"
|
| #include "modules/websockets/WebSocketChannelClient.h"
|
| +#include "platform/heap/Handle.h"
|
|
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/PassRefPtr.h"
|
|
|