diff options
Diffstat (limited to 'dom/notification/moz.build')
-rw-r--r-- | dom/notification/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/notification/moz.build b/dom/notification/moz.build index b5bbd23ab9..9f7de5e04c 100644 --- a/dom/notification/moz.build +++ b/dom/notification/moz.build @@ -16,7 +16,7 @@ EXPORTS.mozilla.dom += [ 'NotificationEvent.h', ] -SOURCES += [ +UNIFIED_SOURCES += [ 'DesktopNotification.cpp', 'Notification.cpp', 'NotificationEvent.cpp', |