From baff5cefca93544574c123a3bd2933a2ed8e641d Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Mon, 20 Apr 2020 12:46:11 +0200 Subject: [PATCH] Issue #80 - De-unify dom/filehandle --- dom/filehandle/moz.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/filehandle/moz.build b/dom/filehandle/moz.build index b4e3b64c05..37e5c22a71 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',