summaryrefslogtreecommitdiffstats
path: root/dom
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-04-20 12:46:11 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-24 10:35:49 +0200
commit376bc050a602edab56353d3a5c3f525fb32af9c6 (patch)
tree847dadb324dce88dd144fcbdf3795f414e489961 /dom
parent9258382b0dda205f7f1aa390f9cc58c5df33d092 (diff)
downloadUXP-376bc050a602edab56353d3a5c3f525fb32af9c6.tar
UXP-376bc050a602edab56353d3a5c3f525fb32af9c6.tar.gz
UXP-376bc050a602edab56353d3a5c3f525fb32af9c6.tar.lz
UXP-376bc050a602edab56353d3a5c3f525fb32af9c6.tar.xz
UXP-376bc050a602edab56353d3a5c3f525fb32af9c6.zip
Issue #80 - De-unify dom/filehandle
Diffstat (limited to 'dom')
-rw-r--r--dom/filehandle/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/filehandle/moz.build b/dom/filehandle/moz.build
index b4e3b64c0..37e5c22a7 100644
--- a/dom/filehandle/moz.build
+++ b/dom/filehandle/moz.build
@@ -18,7 +18,7 @@ EXPORTS.mozilla.dom += [
'MutableFileBase.h',
]
-UNIFIED_SOURCES += [
+SOURCES += [
'ActorsChild.cpp',
'ActorsParent.cpp',
'FileHandleBase.cpp',