Index: third_party/WebKit/Source/platform/heap/StackFrameDepth.h |
diff --git a/third_party/WebKit/Source/platform/heap/StackFrameDepth.h b/third_party/WebKit/Source/platform/heap/StackFrameDepth.h |
index 15014ec3e67fb64720d3b7818220babb9625405f..4b2686821491af8e1a04e5e84b4682acf3e63bb9 100644 |
--- a/third_party/WebKit/Source/platform/heap/StackFrameDepth.h |
+++ b/third_party/WebKit/Source/platform/heap/StackFrameDepth.h |
@@ -5,11 +5,11 @@ |
#ifndef StackFrameDepth_h |
#define StackFrameDepth_h |
+#include <stdint.h> |
+#include <cstddef> |
#include "platform/PlatformExport.h" |
#include "wtf/Allocator.h" |
#include "wtf/Assertions.h" |
-#include <cstddef> |
-#include <stdint.h> |
namespace blink { |