Index: Source/core/editing/VisiblePosition.cpp |
diff --git a/Source/core/editing/VisiblePosition.cpp b/Source/core/editing/VisiblePosition.cpp |
index 685bdf86ba8df429014acea12ee22fad5cf166d7..2e3fdaa7e911fd2be65d98996e98cc6a6478883a 100644 |
--- a/Source/core/editing/VisiblePosition.cpp |
+++ b/Source/core/editing/VisiblePosition.cpp |
@@ -27,7 +27,6 @@ |
#include "config.h" |
#include "core/editing/VisiblePosition.h" |
-#include <stdio.h> |
#include "HTMLNames.h" |
#include "bindings/v8/ExceptionState.h" |
#include "core/dom/Document.h" |
@@ -42,6 +41,10 @@ |
#include "core/rendering/RootInlineBox.h" |
#include "wtf/text/CString.h" |
+#ifndef NDEBUG |
+#include <stdio.h> |
+#endif |
+ |
namespace WebCore { |
using namespace HTMLNames; |