| Index: Source/web/WebViewImpl.cpp
|
| diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp
|
| index 867c74d6ce7ee63a46f22a9d7c53fd88d9766ea9..4a0a60071d9e2c8fe434c237a97f9b5e48054de3 100644
|
| --- a/Source/web/WebViewImpl.cpp
|
| +++ b/Source/web/WebViewImpl.cpp
|
| @@ -43,11 +43,11 @@
|
| #include "core/editing/EditingUtilities.h"
|
| #include "core/editing/Editor.h"
|
| #include "core/editing/FrameSelection.h"
|
| -#include "core/editing/HTMLInterchange.h"
|
| #include "core/editing/InputMethodController.h"
|
| -#include "core/editing/Serialization.h"
|
| #include "core/editing/iterators/TextIterator.h"
|
| #include "core/editing/markers/DocumentMarkerController.h"
|
| +#include "core/editing/serializers/HTMLInterchange.h"
|
| +#include "core/editing/serializers/Serialization.h"
|
| #include "core/events/KeyboardEvent.h"
|
| #include "core/events/UIEventWithKeyState.h"
|
| #include "core/events/WheelEvent.h"
|
|
|