Issue #80 - De-unify dom/permission

This commit is contained in:
Matt A. Tobin 2020-04-18 01:03:17 -04:00 committed by Roy Tam
commit 68fe7a9928
3 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "nsIPermissionManager.h"
#include "PermissionUtils.h"
namespace mozilla {

View file

@ -11,6 +11,7 @@
#include "mozilla/dom/Promise.h"
#include "mozilla/Services.h"
#include "nsIPermissionManager.h"
#include "PermissionStatus.h"
#include "PermissionUtils.h"
namespace mozilla {

View file

@ -9,7 +9,7 @@ EXPORTS.mozilla.dom += [
'PermissionStatus.h',
]
UNIFIED_SOURCES += [
SOURCES += [
'PermissionObserver.cpp',
'Permissions.cpp',
'PermissionStatus.cpp',