| Index: Source/core/html/HTMLTextAreaElement.cpp
|
| diff --git a/Source/core/html/HTMLTextAreaElement.cpp b/Source/core/html/HTMLTextAreaElement.cpp
|
| index ae4aa22442000f1de019f3b142435cefb8b923b7..ebf14f419e61ea7aa3d6ce74c56a2fef08f450cc 100644
|
| --- a/Source/core/html/HTMLTextAreaElement.cpp
|
| +++ b/Source/core/html/HTMLTextAreaElement.cpp
|
| @@ -35,8 +35,8 @@
|
| #include "core/dom/Text.h"
|
| #include "core/dom/shadow/ShadowRoot.h"
|
| #include "core/editing/FrameSelection.h"
|
| -#include "core/editing/SpellChecker.h"
|
| #include "core/editing/iterators/TextIterator.h"
|
| +#include "core/editing/spellcheck/SpellChecker.h"
|
| #include "core/events/BeforeTextInsertedEvent.h"
|
| #include "core/events/Event.h"
|
| #include "core/frame/FrameHost.h"
|
|
|