| Index: Source/bindings/modules/v8/custom/V8ClientCustom.cpp
|
| diff --git a/Source/bindings/modules/v8/custom/V8ClientCustom.cpp b/Source/bindings/modules/v8/custom/V8ClientCustom.cpp
|
| index b797575951105989b788544e639d8faf8195e838..6132a265cdbb2421026d8d59f4399509cb66acd0 100644
|
| --- a/Source/bindings/modules/v8/custom/V8ClientCustom.cpp
|
| +++ b/Source/bindings/modules/v8/custom/V8ClientCustom.cpp
|
| @@ -5,10 +5,10 @@
|
| #include "config.h"
|
| #include "bindings/modules/v8/V8Client.h"
|
|
|
| -#include "bindings/v8/ExceptionMessages.h"
|
| -#include "bindings/v8/ExceptionState.h"
|
| -#include "bindings/v8/SerializedScriptValue.h"
|
| -#include "bindings/v8/V8Binding.h"
|
| +#include "bindings/core/v8/ExceptionMessages.h"
|
| +#include "bindings/core/v8/ExceptionState.h"
|
| +#include "bindings/core/v8/SerializedScriptValue.h"
|
| +#include "bindings/core/v8/V8Binding.h"
|
| #include "core/dom/MessagePort.h"
|
| #include "modules/serviceworkers/ServiceWorker.h"
|
| #include "wtf/ArrayBuffer.h"
|
|
|