| Index: Source/core/editing/DeleteFromTextNodeCommand.cpp
|
| diff --git a/Source/core/editing/DeleteFromTextNodeCommand.cpp b/Source/core/editing/DeleteFromTextNodeCommand.cpp
|
| index e1a68ac5401e9f56dc9bf27a5df5769e204f3aff..789322223d226d92e51f8cfd65765c1d33ac7267 100644
|
| --- a/Source/core/editing/DeleteFromTextNodeCommand.cpp
|
| +++ b/Source/core/editing/DeleteFromTextNodeCommand.cpp
|
| @@ -28,8 +28,8 @@
|
| #include "Document.h"
|
| #include "ExceptionCodePlaceholder.h"
|
|
|
| -#include "AXObjectCache.h"
|
| #include "Text.h"
|
| +#include "core/accessibility/AXObjectCache.h"
|
|
|
| namespace WebCore {
|
|
|
|
|