| Index: Source/core/events/BeforeTextInsertedEvent.cpp
|
| diff --git a/Source/core/dom/BeforeTextInsertedEvent.cpp b/Source/core/events/BeforeTextInsertedEvent.cpp
|
| similarity index 95%
|
| rename from Source/core/dom/BeforeTextInsertedEvent.cpp
|
| rename to Source/core/events/BeforeTextInsertedEvent.cpp
|
| index 72e478038d70d3940eb20f1668bf0737abeba697..057bacd322ca55cd45c4db1752fbf3c795ff0492 100644
|
| --- a/Source/core/dom/BeforeTextInsertedEvent.cpp
|
| +++ b/Source/core/events/BeforeTextInsertedEvent.cpp
|
| @@ -24,9 +24,9 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/dom/BeforeTextInsertedEvent.h"
|
| +#include "core/events/BeforeTextInsertedEvent.h"
|
|
|
| -#include "core/dom/EventNames.h"
|
| +#include "core/events/EventNames.h"
|
|
|
| namespace WebCore {
|
|
|
|
|