| Index: Source/modules/websockets/WebSocketTest.cpp
|
| diff --git a/Source/modules/websockets/WebSocketTest.cpp b/Source/modules/websockets/WebSocketTest.cpp
|
| index f8f1b866ac4055511516fb9108c9de3c3a5f8c74..3f5b5236699d47325f33783e484d7f4aaf175690 100644
|
| --- a/Source/modules/websockets/WebSocketTest.cpp
|
| +++ b/Source/modules/websockets/WebSocketTest.cpp
|
| @@ -6,8 +6,8 @@
|
|
|
| #include "modules/websockets/WebSocket.h"
|
|
|
| -#include "bindings/v8/ExceptionState.h"
|
| -#include "bindings/v8/V8Binding.h"
|
| +#include "bindings/core/v8/ExceptionState.h"
|
| +#include "bindings/core/v8/V8Binding.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "core/fileapi/Blob.h"
|
| #include "core/frame/ConsoleTypes.h"
|
|
|