| Index: Source/core/events/BeforeTextInsertedEvent.h
|
| diff --git a/Source/core/dom/BeforeTextInsertedEvent.h b/Source/core/events/BeforeTextInsertedEvent.h
|
| similarity index 98%
|
| rename from Source/core/dom/BeforeTextInsertedEvent.h
|
| rename to Source/core/events/BeforeTextInsertedEvent.h
|
| index a08e2de10afa6d48ba027843ddb4ed891c1b1b26..546c4fb7364e1836efe0264221bbfc6217b748e7 100644
|
| --- a/Source/core/dom/BeforeTextInsertedEvent.h
|
| +++ b/Source/core/events/BeforeTextInsertedEvent.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef BeforeTextInsertedEvent_h
|
| #define BeforeTextInsertedEvent_h
|
|
|
| -#include "core/dom/Event.h"
|
| +#include "core/events/Event.h"
|
|
|
| namespace WebCore {
|
|
|
|
|