Index: third_party/WebKit/Source/core/dom/ExecutionContextTask.h |
diff --git a/third_party/WebKit/Source/core/dom/ExecutionContextTask.h b/third_party/WebKit/Source/core/dom/ExecutionContextTask.h |
index 8f76cb9de2e59311aaf592971d4ee84a10272d91..83b23b18c167143bd2420fa2cd2f6b08d07effbc 100644 |
--- a/third_party/WebKit/Source/core/dom/ExecutionContextTask.h |
+++ b/third_party/WebKit/Source/core/dom/ExecutionContextTask.h |
@@ -27,6 +27,7 @@ |
#ifndef ExecutionContextTask_h |
#define ExecutionContextTask_h |
+#include <type_traits> |
#include "core/CoreExport.h" |
#include "platform/CrossThreadFunctional.h" |
#include "wtf/Allocator.h" |
@@ -34,7 +35,6 @@ |
#include "wtf/Noncopyable.h" |
#include "wtf/PtrUtil.h" |
#include "wtf/text/WTFString.h" |
-#include <type_traits> |
namespace blink { |