| Index: Source/core/editing/AppendNodeCommand.cpp
|
| diff --git a/Source/core/editing/AppendNodeCommand.cpp b/Source/core/editing/AppendNodeCommand.cpp
|
| index 4753787740bdd0378992e53de68fe91523026038..6fc9088e3fbd1dbbc43414f8293e7fd99caedbf2 100644
|
| --- a/Source/core/editing/AppendNodeCommand.cpp
|
| +++ b/Source/core/editing/AppendNodeCommand.cpp
|
| @@ -26,9 +26,9 @@
|
| #include "config.h"
|
| #include "core/editing/AppendNodeCommand.h"
|
|
|
| -#include "Document.h"
|
| -#include "ExceptionCodePlaceholder.h"
|
| #include "core/accessibility/AXObjectCache.h"
|
| +#include "core/dom/Document.h"
|
| +#include "core/dom/ExceptionCodePlaceholder.h"
|
| #include "core/editing/htmlediting.h"
|
|
|
| namespace WebCore {
|
|
|