Bug 1432963 - Fixing workers headers - part 15 - static function in a workers namespace, r=smaug

This commit is contained in:
Andrea Marchesini
2018-01-31 08:24:30 +01:00
parent 5e357eed9f
commit 98ac9eb616
33 changed files with 102 additions and 110 deletions

View File

@@ -73,8 +73,6 @@
#define MAX_CONCURRENT_SCRIPTS 1000
USING_WORKERS_NAMESPACE
using mozilla::dom::cache::Cache;
using mozilla::dom::cache::CacheStorage;
using mozilla::ipc::PrincipalInfo;
@@ -82,6 +80,8 @@ using mozilla::ipc::PrincipalInfo;
namespace mozilla {
namespace dom {
using namespace workers;
namespace {
nsIURI*