Index: third_party/WebKit/Source/wtf/Assertions.h |
diff --git a/third_party/WebKit/Source/wtf/Assertions.h b/third_party/WebKit/Source/wtf/Assertions.h |
index 4f9b24e207fa15ac027127735d79f10fbdd3ae06..d4fd17f288a338f4994c26b0211b03baf97c9a65 100644 |
--- a/third_party/WebKit/Source/wtf/Assertions.h |
+++ b/third_party/WebKit/Source/wtf/Assertions.h |
@@ -33,6 +33,7 @@ |
// For non-debug builds, everything is disabled by default, except for the |
// RELEASE_ASSERT family of macros. |
+#include <stdarg.h> |
#include "base/allocator/oom.h" |
#include "base/gtest_prod_util.h" |
#include "base/logging.h" |
@@ -40,7 +41,6 @@ |
#include "wtf/Noncopyable.h" |
#include "wtf/WTFExport.h" |
#include "wtf/build_config.h" |
-#include <stdarg.h> |
#if OS(WIN) |
#include <windows.h> |