| Index: Source/core/editing/Editor.cpp
|
| diff --git a/Source/core/editing/Editor.cpp b/Source/core/editing/Editor.cpp
|
| index 1dc4b8189dc1f15c8e294101611ebeac9042dd6e..9c8d5c782a89505c02842fd7d0d80745a24bce75 100644
|
| --- a/Source/core/editing/Editor.cpp
|
| +++ b/Source/core/editing/Editor.cpp
|
| @@ -73,11 +73,11 @@
|
| #include "core/html/HTMLInputElement.h"
|
| #include "core/html/HTMLTextAreaElement.h"
|
| #include "core/html/parser/HTMLParserIdioms.h"
|
| +#include "core/input/EventHandler.h"
|
| #include "core/layout/HitTestResult.h"
|
| #include "core/layout/LayoutImage.h"
|
| #include "core/loader/EmptyClients.h"
|
| #include "core/page/EditorClient.h"
|
| -#include "core/page/EventHandler.h"
|
| #include "core/page/FocusController.h"
|
| #include "core/page/Page.h"
|
| #include "core/svg/SVGImageElement.h"
|
|
|