| Index: Source/core/events/TouchEvent.cpp
|
| diff --git a/Source/core/events/TouchEvent.cpp b/Source/core/events/TouchEvent.cpp
|
| index f0527eda7f4c48cc1ac90a9546061eb7a758dea8..68d80957cd2188da90e69d2af15a6cedf496c1f0 100644
|
| --- a/Source/core/events/TouchEvent.cpp
|
| +++ b/Source/core/events/TouchEvent.cpp
|
| @@ -29,7 +29,6 @@
|
| #include "core/events/TouchEvent.h"
|
|
|
| #include "core/events/EventDispatcher.h"
|
| -#include "core/events/EventRetargeter.h"
|
| #include "core/events/ThreadLocalEventNames.h"
|
|
|
| namespace WebCore {
|
| @@ -106,7 +105,7 @@ TouchEvent* TouchEventDispatchMediator::event() const
|
|
|
| bool TouchEventDispatchMediator::dispatchEvent(EventDispatcher* dispatcher) const
|
| {
|
| - EventRetargeter::adjustForTouchEvent(dispatcher->node(), *event());
|
| + event()->eventPath().adjustForTouchEvent(dispatcher->node(), *event());
|
| return dispatcher->dispatch();
|
| }
|
|
|
|
|