summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-05-16 10:44:09 +0000
committerMoonchild <moonchild@palemoon.org>2020-05-16 10:44:09 +0000
commit7d9e8654c3985e6f5ddd2b86260e7c874329b40f (patch)
tree887f8c1ad8b541089bc201fef54a6a979bce937d /editor
parentccf009f75abe46f91f86903f256f2705967150ed (diff)
downloadaura-central-7d9e8654c3985e6f5ddd2b86260e7c874329b40f.tar.gz
Issue mcp-graveyard/UXP%80 - De-unify editor/libeditor
Diffstat (limited to 'editor')
-rw-r--r--editor/libeditor/HTMLEditorDataTransfer.cpp1
-rw-r--r--editor/libeditor/HTMLStyleEditor.cpp1
-rw-r--r--editor/libeditor/moz.build2
3 files changed, 3 insertions, 1 deletions
diff --git a/editor/libeditor/HTMLEditorDataTransfer.cpp b/editor/libeditor/HTMLEditorDataTransfer.cpp
index 0c01bdd1c..5a5c8a369 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 7d1217069..72eb1d690 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 998ef3d39..516b3c2d8 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',