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