diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-16 10:44:09 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-20 13:56:43 +0000 |
commit | 8c8e5fba69e79531c865196a34610b9360d878e1 (patch) | |
tree | 41e8641d7aae6e549f4de260471fcfb1e9160d79 /editor/libeditor/HTMLStyleEditor.cpp | |
parent | ed1ea719dd4ccd7de791f42351124fad075f7d0b (diff) | |
download | UXP-8c8e5fba69e79531c865196a34610b9360d878e1.tar UXP-8c8e5fba69e79531c865196a34610b9360d878e1.tar.gz UXP-8c8e5fba69e79531c865196a34610b9360d878e1.tar.lz UXP-8c8e5fba69e79531c865196a34610b9360d878e1.tar.xz UXP-8c8e5fba69e79531c865196a34610b9360d878e1.zip |
Issue #80 - De-unify editor/libeditor
Diffstat (limited to 'editor/libeditor/HTMLStyleEditor.cpp')
-rw-r--r-- | editor/libeditor/HTMLStyleEditor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/libeditor/HTMLStyleEditor.cpp b/editor/libeditor/HTMLStyleEditor.cpp index 6a1ffe8b4..c81ca1c53 100644 --- a/editor/libeditor/HTMLStyleEditor.cpp +++ b/editor/libeditor/HTMLStyleEditor.cpp @@ -6,6 +6,7 @@ #include "mozilla/HTMLEditor.h" #include "HTMLEditUtils.h" +#include "TextEditRules.h" #include "TextEditUtils.h" #include "TypeInState.h" #include "mozilla/Assertions.h" |