diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-16 10:44:09 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-16 10:44:09 +0000 |
commit | 80fc6e92ef3b55e0dd6e05300e3e2ef93cc25e08 (patch) | |
tree | 887f8c1ad8b541089bc201fef54a6a979bce937d /editor | |
parent | 0754b0bc4af93b71c906a8e268718eb72b42be35 (diff) | |
download | uxp-80fc6e92ef3b55e0dd6e05300e3e2ef93cc25e08.tar.gz |
Issue #80 - De-unify editor/libeditor
Diffstat (limited to 'editor')
-rw-r--r-- | editor/libeditor/HTMLEditorDataTransfer.cpp | 1 | ||||
-rw-r--r-- | editor/libeditor/HTMLStyleEditor.cpp | 1 | ||||
-rw-r--r-- | editor/libeditor/moz.build | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/editor/libeditor/HTMLEditorDataTransfer.cpp b/editor/libeditor/HTMLEditorDataTransfer.cpp index 0c01bdd1c5..5a5c8a3691 100644 --- a/editor/libeditor/HTMLEditorDataTransfer.cpp +++ b/editor/libeditor/HTMLEditorDataTransfer.cpp @@ -9,6 +9,7 @@ #include <string.h> #include "HTMLEditUtils.h" +#include "TextEditRules.h" #include "TextEditUtils.h" #include "WSRunObject.h" #include "mozilla/dom/DataTransfer.h" diff --git a/editor/libeditor/HTMLStyleEditor.cpp b/editor/libeditor/HTMLStyleEditor.cpp index 7d1217069d..72eb1d6908 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" diff --git a/editor/libeditor/moz.build b/editor/libeditor/moz.build index 998ef3d393..516b3c2d88 100644 --- a/editor/libeditor/moz.build +++ b/editor/libeditor/moz.build @@ -30,7 +30,7 @@ EXPORTS.mozilla += [ 'TextEditRules.h', ] -UNIFIED_SOURCES += [ +SOURCES += [ 'ChangeAttributeTransaction.cpp', 'ChangeStyleTransaction.cpp', 'CompositionTransaction.cpp', |