summaryrefslogtreecommitdiff
path: root/dom/messagechannel/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'dom/messagechannel/moz.build')
-rw-r--r--dom/messagechannel/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/messagechannel/moz.build b/dom/messagechannel/moz.build
index adeca86259..62251e138f 100644
--- a/dom/messagechannel/moz.build
+++ b/dom/messagechannel/moz.build
@@ -12,7 +12,7 @@ EXPORTS.mozilla.dom += [
'MessagePortParent.h',
]
-SOURCES += [
+UNIFIED_SOURCES += [
'MessageChannel.cpp',
'MessagePort.cpp',
'MessagePortChild.cpp',