| Index: Source/core/dom/CharacterData.cpp
|
| diff --git a/Source/core/dom/CharacterData.cpp b/Source/core/dom/CharacterData.cpp
|
| index d74891074bf9e91b9d7659e7da61b768037150e0..70b2bfef54cac73d7cc4040d5bc168a4d95dd451 100644
|
| --- a/Source/core/dom/CharacterData.cpp
|
| +++ b/Source/core/dom/CharacterData.cpp
|
| @@ -20,18 +20,18 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "CharacterData.h"
|
| +#include "core/dom/CharacterData.h"
|
|
|
| -#include "Document.h"
|
| -#include "EventNames.h"
|
| -#include "ExceptionCode.h"
|
| #include "InspectorInstrumentation.h"
|
| -#include "MutationEvent.h"
|
| -#include "MutationObserverInterestGroup.h"
|
| -#include "MutationRecord.h"
|
| -#include "NodeRenderingContext.h"
|
| -#include "Text.h"
|
| -#include "WebCoreMemoryInstrumentation.h"
|
| +#include "core/dom/Document.h"
|
| +#include "core/dom/EventNames.h"
|
| +#include "core/dom/ExceptionCode.h"
|
| +#include "core/dom/MutationEvent.h"
|
| +#include "core/dom/MutationObserverInterestGroup.h"
|
| +#include "core/dom/MutationRecord.h"
|
| +#include "core/dom/NodeRenderingContext.h"
|
| +#include "core/dom/Text.h"
|
| +#include "core/dom/WebCoreMemoryInstrumentation.h"
|
| #include "core/editing/FrameSelection.h"
|
| #include "core/platform/text/TextBreakIterator.h"
|
| #include "core/rendering/RenderText.h"
|
|
|