| Index: Source/core/editing/InsertNodeBeforeCommand.cpp
|
| diff --git a/Source/core/editing/InsertNodeBeforeCommand.cpp b/Source/core/editing/InsertNodeBeforeCommand.cpp
|
| index 400194b77af47d098062fef7460be94ba9892373..bc4e977a4e53d11a83e275bed742fb2ab1bebf2e 100644
|
| --- a/Source/core/editing/InsertNodeBeforeCommand.cpp
|
| +++ b/Source/core/editing/InsertNodeBeforeCommand.cpp
|
| @@ -26,9 +26,9 @@
|
| #include "config.h"
|
| #include "core/editing/InsertNodeBeforeCommand.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 {
|
|
|