| Index: Source/core/events/CustomEvent.h
|
| diff --git a/Source/core/dom/CustomEvent.h b/Source/core/events/CustomEvent.h
|
| similarity index 98%
|
| rename from Source/core/dom/CustomEvent.h
|
| rename to Source/core/events/CustomEvent.h
|
| index d67c8c786abca23f53a566888b3e598352ed336f..9be0e119aa704c18c0bf355afb4cd55a8185c882 100644
|
| --- a/Source/core/dom/CustomEvent.h
|
| +++ b/Source/core/events/CustomEvent.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef CustomEvent_h
|
| #define CustomEvent_h
|
|
|
| -#include "core/dom/Event.h"
|
| +#include "core/events/Event.h"
|
|
|
| namespace WebCore {
|
|
|
|
|