Index: third_party/WebKit/Source/core/events/EventTarget.h |
diff --git a/third_party/WebKit/Source/core/events/EventTarget.h b/third_party/WebKit/Source/core/events/EventTarget.h |
index 6b77c11e6ed31818646a94f36c973757033a7652..2452df19c7b2410c506d8b5a4a977c8d64c6e0e0 100644 |
--- a/third_party/WebKit/Source/core/events/EventTarget.h |
+++ b/third_party/WebKit/Source/core/events/EventTarget.h |
@@ -32,6 +32,7 @@ |
#ifndef EventTarget_h |
#define EventTarget_h |
+#include <memory> |
#include "bindings/core/v8/AddEventListenerOptionsOrBoolean.h" |
#include "bindings/core/v8/EventListenerOptionsOrBoolean.h" |
#include "bindings/core/v8/ScriptWrappable.h" |
@@ -46,7 +47,6 @@ |
#include "platform/heap/Handle.h" |
#include "wtf/Allocator.h" |
#include "wtf/text/AtomicString.h" |
-#include <memory> |
namespace blink { |