| Index: Source/core/dom/Position.cpp
|
| diff --git a/Source/core/dom/Position.cpp b/Source/core/dom/Position.cpp
|
| index c1dd167ee9e4c342060771c59950f2fc28ed719c..d314a25a40443a8914117aba4d362850c2db2c1f 100644
|
| --- a/Source/core/dom/Position.cpp
|
| +++ b/Source/core/dom/Position.cpp
|
| @@ -26,11 +26,11 @@
|
| #include "config.h"
|
| #include "Position.h"
|
|
|
| +#include <stdio.h>
|
| #include "CSSComputedStyleDeclaration.h"
|
| #include "HTMLNames.h"
|
| #include "InlineIterator.h"
|
| #include "InlineTextBox.h"
|
| -#include "Logging.h"
|
| #include "PositionIterator.h"
|
| #include "RenderBlock.h"
|
| #include "RenderInline.h"
|
| @@ -40,8 +40,8 @@
|
| #include "TextIterator.h"
|
| #include "VisiblePosition.h"
|
| #include "VisibleUnits.h"
|
| +#include "core/platform/Logging.h"
|
| #include "htmlediting.h"
|
| -#include <stdio.h>
|
| #include <wtf/text/CString.h>
|
| #include <wtf/unicode/CharacterNames.h>
|
|
|
|
|