mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 06:48:38 +09:00
Issue #80 - De-unify dom/workers
This commit is contained in:
parent
66a3f44adf
commit
080182d2d9
16 changed files with 33 additions and 1 deletions
|
|
@ -28,6 +28,7 @@
|
|||
#include "ServiceWorkerManager.h"
|
||||
|
||||
#include "mozilla/ErrorResult.h"
|
||||
#include "mozilla/Move.h"
|
||||
#include "mozilla/Preferences.h"
|
||||
#include "mozilla/dom/BodyUtil.h"
|
||||
#include "mozilla/dom/DOMException.h"
|
||||
|
|
@ -50,6 +51,7 @@
|
|||
#include "WorkerPrivate.h"
|
||||
#include "xpcpublic.h"
|
||||
|
||||
using namespace mozilla;
|
||||
using namespace mozilla::dom;
|
||||
using namespace mozilla::dom::workers;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue