| Index: Source/core/editing/TextInsertionBaseCommand.cpp
|
| diff --git a/Source/core/editing/TextInsertionBaseCommand.cpp b/Source/core/editing/TextInsertionBaseCommand.cpp
|
| index 380b27f3c498d63fa6610fcb903cfd5f98a67a4c..4c14a9b7fb0d0833bb436b528f96fc730f0635d7 100644
|
| --- a/Source/core/editing/TextInsertionBaseCommand.cpp
|
| +++ b/Source/core/editing/TextInsertionBaseCommand.cpp
|
| @@ -27,7 +27,7 @@
|
| #include "core/editing/TextInsertionBaseCommand.h"
|
|
|
| #include "bindings/v8/ExceptionStatePlaceholder.h"
|
| -#include "core/dom/BeforeTextInsertedEvent.h"
|
| +#include "core/events/BeforeTextInsertedEvent.h"
|
| #include "core/dom/Element.h"
|
| #include "core/dom/Node.h"
|
| #include "core/editing/FrameSelection.h"
|
|
|