diff options
Diffstat (limited to 'WebCore/websockets/WorkerThreadableWebSocketChannel.cpp')
-rw-r--r-- | WebCore/websockets/WorkerThreadableWebSocketChannel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/websockets/WorkerThreadableWebSocketChannel.cpp b/WebCore/websockets/WorkerThreadableWebSocketChannel.cpp index fd86604..f8d1230 100644 --- a/WebCore/websockets/WorkerThreadableWebSocketChannel.cpp +++ b/WebCore/websockets/WorkerThreadableWebSocketChannel.cpp @@ -34,7 +34,7 @@ #include "WorkerThreadableWebSocketChannel.h" -#include "GenericWorkerTask.h" +#include "CrossThreadTask.h" #include "PlatformString.h" #include "ScriptExecutionContext.h" #include "ThreadableWebSocketChannelClientWrapper.h" |