| Index: Source/core/events/ErrorEvent.h
|
| diff --git a/Source/core/dom/ErrorEvent.h b/Source/core/events/ErrorEvent.h
|
| similarity index 99%
|
| rename from Source/core/dom/ErrorEvent.h
|
| rename to Source/core/events/ErrorEvent.h
|
| index 34b8a42497e7a9e34fae45b45dbbb9760abc0980..e0643e4895fe6c3c5578f465a0465527ba742835 100644
|
| --- a/Source/core/dom/ErrorEvent.h
|
| +++ b/Source/core/events/ErrorEvent.h
|
| @@ -32,7 +32,7 @@
|
| #define ErrorEvent_h
|
|
|
| #include "bindings/v8/DOMWrapperWorld.h"
|
| -#include "core/dom/Event.h"
|
| +#include "core/events/Event.h"
|
| #include "wtf/RefPtr.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
|
|