| Index: Source/web/WebViewImpl.cpp
|
| diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp
|
| index fedeb46750db1bbaea728cf00ae30cf4c4c3fd7f..2e929c648cd4b0d8228547b54250c1799cd3ba07 100644
|
| --- a/Source/web/WebViewImpl.cpp
|
| +++ b/Source/web/WebViewImpl.cpp
|
| @@ -95,11 +95,11 @@
|
| #include "core/css/resolver/StyleResolver.h"
|
| #include "core/dom/Document.h"
|
| #include "core/dom/DocumentMarkerController.h"
|
| -#include "core/dom/KeyboardEvent.h"
|
| +#include "core/events/KeyboardEvent.h"
|
| #include "core/dom/NodeRenderStyle.h"
|
| #include "core/dom/Text.h"
|
| #include "core/dom/WheelController.h"
|
| -#include "core/dom/WheelEvent.h"
|
| +#include "core/events/WheelEvent.h"
|
| #include "core/editing/Editor.h"
|
| #include "core/editing/FrameSelection.h"
|
| #include "core/editing/InputMethodController.h"
|
|
|