mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Issue #80 - De-unify dom/permission
This commit is contained in:
parent
bd6fbedbf6
commit
68fe7a9928
3 changed files with 3 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
#include "mozilla/dom/Promise.h"
|
||||
#include "mozilla/Services.h"
|
||||
#include "nsIPermissionManager.h"
|
||||
#include "PermissionStatus.h"
|
||||
#include "PermissionUtils.h"
|
||||
|
||||
namespace mozilla {
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ EXPORTS.mozilla.dom += [
|
|||
'PermissionStatus.h',
|
||||
]
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
SOURCES += [
|
||||
'PermissionObserver.cpp',
|
||||
'Permissions.cpp',
|
||||
'PermissionStatus.cpp',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue