| Index: Source/core/editing/TextInsertionBaseCommand.cpp
|
| diff --git a/Source/core/editing/TextInsertionBaseCommand.cpp b/Source/core/editing/TextInsertionBaseCommand.cpp
|
| index 8cc7b9ecdb0803e5d8f5f7c217ad3b7fbbea1425..c2539ecf393cfc0b5d448825e31c3cbbc22821c8 100644
|
| --- a/Source/core/editing/TextInsertionBaseCommand.cpp
|
| +++ b/Source/core/editing/TextInsertionBaseCommand.cpp
|
| @@ -26,10 +26,10 @@
|
| #include "config.h"
|
| #include "core/editing/TextInsertionBaseCommand.h"
|
|
|
| -#include "BeforeTextInsertedEvent.h"
|
| -#include "Document.h"
|
| -#include "Element.h"
|
| -#include "Node.h"
|
| +#include "core/dom/BeforeTextInsertedEvent.h"
|
| +#include "core/dom/Document.h"
|
| +#include "core/dom/Element.h"
|
| +#include "core/dom/Node.h"
|
| #include "core/editing/FrameSelection.h"
|
| #include "core/page/Frame.h"
|
|
|
|
|