| Index: Source/core/testing/Internals.cpp
|
| diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp
|
| index 0509861ed4250a146a996307d3d1bf6fce0cfbae..34591d1cd95ea6c38aac9c05facc3f01a02cca29 100644
|
| --- a/Source/core/testing/Internals.cpp
|
| +++ b/Source/core/testing/Internals.cpp
|
| @@ -93,6 +93,7 @@
|
| #include "core/html/shadow/PluginPlaceholderElement.h"
|
| #include "core/html/shadow/ShadowElementNames.h"
|
| #include "core/html/shadow/TextControlInnerElements.h"
|
| +#include "core/input/EventHandler.h"
|
| #include "core/inspector/ConsoleMessageStorage.h"
|
| #include "core/inspector/InspectorConsoleAgent.h"
|
| #include "core/inspector/InspectorCounters.h"
|
| @@ -109,7 +110,6 @@
|
| #include "core/loader/FrameLoader.h"
|
| #include "core/loader/HistoryItem.h"
|
| #include "core/page/ChromeClient.h"
|
| -#include "core/page/EventHandler.h"
|
| #include "core/page/FocusController.h"
|
| #include "core/page/NetworkStateNotifier.h"
|
| #include "core/page/Page.h"
|
|
|