| Index: third_party/WebKit/Source/core/events/TouchEvent.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/TouchEvent.cpp b/third_party/WebKit/Source/core/events/TouchEvent.cpp
|
| index 634c0f86983f5fcf80d18dadce6d86112fec581c..2cda9925a3bf64dbb750b2bf52cd5ea14e72d44a 100644
|
| --- a/third_party/WebKit/Source/core/events/TouchEvent.cpp
|
| +++ b/third_party/WebKit/Source/core/events/TouchEvent.cpp
|
| @@ -26,7 +26,6 @@
|
|
|
| #include "core/events/TouchEvent.h"
|
|
|
| -#include "bindings/core/v8/DOMWrapperWorld.h"
|
| #include "bindings/core/v8/ScriptState.h"
|
| #include "core/events/EventDispatcher.h"
|
| #include "core/frame/FrameConsole.h"
|
| @@ -36,6 +35,7 @@
|
| #include "core/input/InputDeviceCapabilities.h"
|
| #include "core/inspector/ConsoleMessage.h"
|
| #include "platform/Histogram.h"
|
| +#include "platform/bindings/DOMWrapperWorld.h"
|
|
|
| namespace blink {
|
|
|
|
|