| Index: Source/core/editing/InsertLineBreakCommand.cpp
|
| diff --git a/Source/core/editing/InsertLineBreakCommand.cpp b/Source/core/editing/InsertLineBreakCommand.cpp
|
| index b8b14a68c804f8ced3ddb4b9ce8f0524878d0406..41dcc40a7f4058966826fa6fd40f4fa41fc443c9 100644
|
| --- a/Source/core/editing/InsertLineBreakCommand.cpp
|
| +++ b/Source/core/editing/InsertLineBreakCommand.cpp
|
| @@ -27,7 +27,9 @@
|
| #include "InsertLineBreakCommand.h"
|
|
|
| #include "Document.h"
|
| +#include "EditingStyle.h"
|
| #include "Frame.h"
|
| +#include "FrameSelection.h"
|
| #include "HTMLElement.h"
|
| #include "HTMLNames.h"
|
| #include "Range.h"
|
|
|