| Index: third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h
|
| diff --git a/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h b/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h
|
| index ebd4907b9c4cfec09f917aec5cdb9605f7a98c6c..e71e41c69d89aa3e39c740289eebeb7058501951 100644
|
| --- a/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h
|
| +++ b/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h
|
| @@ -29,11 +29,12 @@
|
| #include "core/CoreExport.h"
|
| #include "core/dom/Range.h"
|
| #include "core/editing/iterators/ForwardsTextBuffer.h"
|
| -#include "core/layout/LayoutText.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
| +class LayoutText;
|
| +
|
| class CORE_EXPORT TextIteratorTextState {
|
| STACK_ALLOCATED();
|
| public:
|
|
|