Issue #80 - De-unify dom/workers

This commit is contained in:
Moonchild 2020-04-23 16:19:06 +00:00 committed by Roy Tam
commit 080182d2d9
16 changed files with 33 additions and 1 deletions

View file

@ -14,6 +14,7 @@
#include "mozilla/DebugOnly.h"
#include "mozilla/ErrorResult.h"
#include "mozilla/Unused.h"
#include "mozilla/dom/ScriptSettings.h"
#include "js/RootingAPI.h"
@ -22,6 +23,7 @@
#include "WorkerPrivate.h"
#include "WorkerScope.h"
using namespace mozilla;
USING_WORKERS_NAMESPACE
namespace {