| Index: Source/core/rendering/RenderTextControlMultiLine.cpp
|
| diff --git a/Source/core/rendering/RenderTextControlMultiLine.cpp b/Source/core/rendering/RenderTextControlMultiLine.cpp
|
| index 3ffc0efbe0a5218dde10fda124f7bf74532468b4..804e105961c9f31a032d58b251806350a82b39e2 100644
|
| --- a/Source/core/rendering/RenderTextControlMultiLine.cpp
|
| +++ b/Source/core/rendering/RenderTextControlMultiLine.cpp
|
| @@ -22,13 +22,8 @@
|
| #include "config.h"
|
| #include "core/rendering/RenderTextControlMultiLine.h"
|
|
|
| -#include "HTMLNames.h"
|
| -#include "core/dom/shadow/ShadowRoot.h"
|
| #include "core/html/HTMLTextAreaElement.h"
|
| -#include "core/html/shadow/TextControlInnerElements.h"
|
| -#include "core/page/Frame.h"
|
| #include "core/rendering/HitTestResult.h"
|
| -#include "core/rendering/style/StyleInheritedData.h"
|
|
|
| namespace WebCore {
|
|
|
|
|