зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1710989 - Apply linter fixes in IdleScheduler code r=smaug DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D115328
This commit is contained in:
Родитель
78a8d179f4
Коммит
782bfdaa70
|
@ -12,8 +12,7 @@
|
|||
#include "mozilla/Telemetry.h"
|
||||
#include "BackgroundChild.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace ipc {
|
||||
namespace mozilla::ipc {
|
||||
|
||||
static IdleSchedulerChild* sMainThreadIdleScheduler = nullptr;
|
||||
|
||||
|
@ -122,5 +121,4 @@ IdleSchedulerChild* IdleSchedulerChild::GetMainThreadIdleScheduler() {
|
|||
return sMainThreadIdleScheduler;
|
||||
}
|
||||
|
||||
} // namespace ipc
|
||||
} // namespace mozilla
|
||||
} // namespace mozilla::ipc
|
||||
|
|
|
@ -14,8 +14,7 @@
|
|||
#include "nsITimer.h"
|
||||
#include "nsIThread.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace ipc {
|
||||
namespace mozilla::ipc {
|
||||
|
||||
base::SharedMemory* IdleSchedulerParent::sActiveChildCounter = nullptr;
|
||||
std::bitset<NS_IDLE_SCHEDULER_COUNTER_ARRAY_LENGHT>
|
||||
|
@ -452,5 +451,4 @@ void IdleSchedulerParent::StarvationCallback(nsITimer* aTimer, void* aData) {
|
|||
NS_RELEASE(sStarvationPreventer);
|
||||
}
|
||||
|
||||
} // namespace ipc
|
||||
} // namespace mozilla
|
||||
} // namespace mozilla::ipc
|
||||
|
|
Загрузка…
Ссылка в новой задаче