| Index: Source/core/events/CompositionEvent.h
|
| diff --git a/Source/core/dom/CompositionEvent.h b/Source/core/events/CompositionEvent.h
|
| similarity index 98%
|
| rename from Source/core/dom/CompositionEvent.h
|
| rename to Source/core/events/CompositionEvent.h
|
| index cf39f9b188c272aba3c6b943ba2e66a038cc7538..c06da88c1966e1df69b7d6e771395970ed141217 100644
|
| --- a/Source/core/dom/CompositionEvent.h
|
| +++ b/Source/core/events/CompositionEvent.h
|
| @@ -27,7 +27,7 @@
|
| #ifndef CompositionEvent_h
|
| #define CompositionEvent_h
|
|
|
| -#include "core/dom/UIEvent.h"
|
| +#include "core/events/UIEvent.h"
|
|
|
| namespace WebCore {
|
|
|
|
|