Index: Source/core/history/HistoryItem.cpp |
diff --git a/Source/core/history/HistoryItem.cpp b/Source/core/history/HistoryItem.cpp |
index 4db012dd42e9b5fe25d9d8a53b9e383217e1107e..a61fc2cf0b0e23bd5527fbbf2b1053437319ad78 100644 |
--- a/Source/core/history/HistoryItem.cpp |
+++ b/Source/core/history/HistoryItem.cpp |
@@ -26,13 +26,16 @@ |
#include "config.h" |
#include "core/history/HistoryItem.h" |
-#include <stdio.h> |
#include "bindings/v8/SerializedScriptValue.h" |
#include "core/dom/Document.h" |
#include "core/platform/network/ResourceRequest.h" |
#include "wtf/CurrentTime.h" |
#include "wtf/text/CString.h" |
+#ifndef NDEBUG |
+#include <stdio.h> |
+#endif |
+ |
namespace WebCore { |
static long long generateSequenceNumber() |