Index: Source/core/editing/VisibleSelection.cpp |
diff --git a/Source/core/editing/VisibleSelection.cpp b/Source/core/editing/VisibleSelection.cpp |
index 257951e28d67fb3bdcfea11a2c9e6a9950873dce..992c91d69266038a4da5b6b09963de51540d1786 100644 |
--- a/Source/core/editing/VisibleSelection.cpp |
+++ b/Source/core/editing/VisibleSelection.cpp |
@@ -40,7 +40,10 @@ |
#include "wtf/text/CString.h" |
#include "wtf/text/StringBuilder.h" |
#include "wtf/unicode/CharacterNames.h" |
+ |
+#ifndef NDEBUG |
#include <stdio.h> |
+#endif |
namespace WebCore { |