| Index: Source/core/editing/htmlediting.cpp
|
| diff --git a/Source/core/editing/htmlediting.cpp b/Source/core/editing/htmlediting.cpp
|
| index 1e7e39077e0ae00a22aeac42e1490a3a8259b213..18f4d86e383286de526367a44ef5a0272a2ab23e 100644
|
| --- a/Source/core/editing/htmlediting.cpp
|
| +++ b/Source/core/editing/htmlediting.cpp
|
| @@ -26,10 +26,10 @@
|
| #include "config.h"
|
| #include "core/editing/htmlediting.h"
|
|
|
| -#include "HTMLElementFactory.h"
|
| -#include "HTMLNames.h"
|
| #include "bindings/v8/ExceptionState.h"
|
| #include "bindings/v8/ExceptionStatePlaceholder.h"
|
| +#include "core/HTMLElementFactory.h"
|
| +#include "core/HTMLNames.h"
|
| #include "core/dom/Document.h"
|
| #include "core/dom/NodeTraversal.h"
|
| #include "core/dom/PositionIterator.h"
|
|
|