| Index: Source/bindings/v8/custom/V8ErrorEventCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8ErrorEventCustom.cpp b/Source/bindings/v8/custom/V8ErrorEventCustom.cpp
|
| index 8bd658fde1e03ee80ebd93b22658a4a0e4ea5ce2..a76add7cc11c307b17b09f62beddbb89dedd72c3 100644
|
| --- a/Source/bindings/v8/custom/V8ErrorEventCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8ErrorEventCustom.cpp
|
| @@ -29,10 +29,10 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "V8ErrorEvent.h"
|
| +#include "bindings/core/v8/V8ErrorEvent.h"
|
|
|
| #include "RuntimeEnabledFeatures.h"
|
| -#include "V8Event.h"
|
| +#include "bindings/core/v8/V8Event.h"
|
| #include "bindings/v8/DOMWrapperWorld.h"
|
| #include "bindings/v8/Dictionary.h"
|
| #include "bindings/v8/SerializedScriptValue.h"
|
|
|