| Index: Source/bindings/v8/custom/V8EventCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8EventCustom.cpp b/Source/bindings/v8/custom/V8EventCustom.cpp
|
| index 42cafa1c8bc404c4de5d56a71331ea3d1317c5ff..86217c40a8392be923fbb355c5f67b1e0f5bb256 100644
|
| --- a/Source/bindings/v8/custom/V8EventCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8EventCustom.cpp
|
| @@ -29,11 +29,11 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "V8Event.h"
|
| +#include "bindings/core/v8/V8Event.h"
|
|
|
| #include "EventModulesHeaders.h"
|
| #include "EventModulesInterfaces.h"
|
| -#include "V8DataTransfer.h"
|
| +#include "bindings/core/v8/V8DataTransfer.h"
|
| #include "bindings/v8/V8Binding.h"
|
| #include "core/clipboard/Clipboard.h"
|
| #include "core/events/ClipboardEvent.h"
|
|
|