diff options
Diffstat (limited to 'editor/libeditor/moz.build')
-rw-r--r-- | editor/libeditor/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
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', |