Chromium Code Reviews| Index: Source/core/editing/markup.cpp |
| diff --git a/Source/core/editing/markup.cpp b/Source/core/editing/markup.cpp |
| index 6b32d42af03807ec42cbe8f7c724f50086041b84..505ecad6725a34c1cf7738181d4dbce1b3888e99 100644 |
| --- a/Source/core/editing/markup.cpp |
| +++ b/Source/core/editing/markup.cpp |
| @@ -46,6 +46,7 @@ |
| #include "core/dom/Range.h" |
| #include "core/editing/EditingStrategy.h" |
| #include "core/editing/Editor.h" |
| +#include "core/editing/MarkupAccumulator.h" |
|
yosin_UTC9
2015/06/04 06:05:41
Q: Do we need to have this include?
hajimehoshi
2015/06/04 06:07:39
Yes. MarkupAccumulator is used in this file, and i
|
| #include "core/editing/StyledMarkupSerializer.h" |
| #include "core/editing/VisibleSelection.h" |
| #include "core/editing/VisibleUnits.h" |