| Index: Source/core/dom/EventDispatcher.cpp
|
| diff --git a/Source/core/dom/EventDispatcher.cpp b/Source/core/dom/EventDispatcher.cpp
|
| index ccec89c76a3f20ba4fc43c7768703658a84fc756..51e7cc127ba1956e91ef06bc499e6d147150772e 100644
|
| --- a/Source/core/dom/EventDispatcher.cpp
|
| +++ b/Source/core/dom/EventDispatcher.cpp
|
| @@ -29,15 +29,10 @@
|
| #include "core/dom/ContainerNode.h"
|
| #include "core/dom/EventContext.h"
|
| #include "core/dom/EventDispatchMediator.h"
|
| -#include "core/dom/EventPathWalker.h"
|
| #include "core/dom/EventRetargeter.h"
|
| #include "core/dom/MouseEvent.h"
|
| #include "core/dom/ScopedEventQueue.h"
|
| #include "core/dom/WindowEventContext.h"
|
| -#include "core/dom/shadow/ElementShadow.h"
|
| -#include "core/dom/shadow/InsertionPoint.h"
|
| -#include "core/dom/shadow/ShadowRoot.h"
|
| -#include "core/html/HTMLMediaElement.h"
|
| #include "core/inspector/InspectorInstrumentation.h"
|
| #include "core/page/FrameView.h"
|
| #include <wtf/RefPtr.h>
|
|
|