diff options
Diffstat (limited to 'dom/filehandle/moz.build')
-rw-r--r-- | dom/filehandle/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/filehandle/moz.build b/dom/filehandle/moz.build index 1c0b5593f7..295990af8c 100644 --- a/dom/filehandle/moz.build +++ b/dom/filehandle/moz.build @@ -17,7 +17,7 @@ EXPORTS.mozilla.dom += [ 'MutableFileBase.h', ] -SOURCES += [ +UNIFIED_SOURCES += [ 'ActorsChild.cpp', 'ActorsParent.cpp', 'FileHandleBase.cpp', |