| Index: third_party/WebKit/Source/core/events/MouseEvent.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/MouseEvent.cpp b/third_party/WebKit/Source/core/events/MouseEvent.cpp
|
| index 127947b4acfb4e75ea451b6b165e0c5699331b8f..62b5aed35452405c407653f38f16c6c999ff5d6b 100644
|
| --- a/third_party/WebKit/Source/core/events/MouseEvent.cpp
|
| +++ b/third_party/WebKit/Source/core/events/MouseEvent.cpp
|
| @@ -22,7 +22,6 @@
|
|
|
| #include "core/events/MouseEvent.h"
|
|
|
| -#include "bindings/core/v8/ScriptState.h"
|
| #include "core/dom/Element.h"
|
| #include "core/events/EventDispatcher.h"
|
| #include "core/frame/FrameView.h"
|
| @@ -33,6 +32,7 @@
|
| #include "core/paint/PaintLayer.h"
|
| #include "core/svg/SVGElement.h"
|
| #include "platform/bindings/DOMWrapperWorld.h"
|
| +#include "platform/bindings/ScriptState.h"
|
| #include "public/platform/WebPointerProperties.h"
|
|
|
| namespace blink {
|
|
|