summaryrefslogtreecommitdiffstats
path: root/WebCore/editing/EditingAllInOne.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/editing/EditingAllInOne.cpp')
-rw-r--r--WebCore/editing/EditingAllInOne.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/editing/EditingAllInOne.cpp b/WebCore/editing/EditingAllInOne.cpp
index dda2501..ba484be 100644
--- a/WebCore/editing/EditingAllInOne.cpp
+++ b/WebCore/editing/EditingAllInOne.cpp
@@ -26,6 +26,7 @@
// This all-in-one cpp file cuts down on template bloat to allow us to build our Windows release build.
#include <AppendNodeCommand.cpp>
+#include <ApplyBlockElementCommand.cpp>
#include <ApplyStyleCommand.cpp>
#include <BreakBlockquoteCommand.cpp>
#include <CompositeEditCommand.cpp>
@@ -47,6 +48,7 @@
#include <InsertParagraphSeparatorCommand.cpp>
#include <InsertTextCommand.cpp>
#include <JoinTextNodesCommand.cpp>
+#include <MarkupAccumulator.cpp>
#include <MergeIdenticalElementsCommand.cpp>
#include <ModifySelectionListLevel.cpp>
#include <MoveSelectionCommand.cpp>