| Index: third_party/WebKit/Source/core/events/EventTarget.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/EventTarget.cpp b/third_party/WebKit/Source/core/events/EventTarget.cpp
|
| index 9fa5cc24a8502c5884fb5fb04a22504cfc2c25de..8f4565c82e3e67f5b7169334470fb6157b505e4e 100644
|
| --- a/third_party/WebKit/Source/core/events/EventTarget.cpp
|
| +++ b/third_party/WebKit/Source/core/events/EventTarget.cpp
|
| @@ -31,6 +31,7 @@
|
|
|
| #include "core/events/EventTarget.h"
|
|
|
| +#include <memory>
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "bindings/core/v8/ScriptEventListener.h"
|
| #include "bindings/core/v8/SourceLocation.h"
|
| @@ -52,7 +53,6 @@
|
| #include "wtf/StdLibExtras.h"
|
| #include "wtf/Threading.h"
|
| #include "wtf/Vector.h"
|
| -#include <memory>
|
|
|
| using namespace WTF;
|
|
|
|
|