| Index: Source/bindings/v8/custom/V8CustomEventCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8CustomEventCustom.cpp b/Source/bindings/v8/custom/V8CustomEventCustom.cpp
|
| index 4fee6cd6e9f94342fb0f69411f48d83a7c29dfb9..8eb2d463c5500b92ab4e13e14f26758201819775 100644
|
| --- a/Source/bindings/v8/custom/V8CustomEventCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8CustomEventCustom.cpp
|
| @@ -29,10 +29,10 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "V8CustomEvent.h"
|
| +#include "bindings/core/v8/V8CustomEvent.h"
|
|
|
| #include "RuntimeEnabledFeatures.h"
|
| -#include "V8Event.h"
|
| +#include "bindings/core/v8/V8Event.h"
|
| #include "bindings/v8/Dictionary.h"
|
| #include "bindings/v8/SerializedScriptValue.h"
|
| #include "bindings/v8/V8Binding.h"
|
|
|