Bug 1693037 - Fix non-MOZ_GECKO_PROFILER builds - r=florian

No code changes.

Build issues were found by renaming `MOZ_GECKO_PROFILER` to something else in toolkit/moz.configure, in both unified and non-unified builds, on all supported platforms.

Also updated some profiler-related comments.

Differential Revision: https://phabricator.services.mozilla.com/D105375
This commit is contained in:
Gerald Squelart
2021-02-17 22:36:28 +00:00
parent c07ace61b1
commit 1e5211cff5
14 changed files with 36 additions and 19 deletions

View File

@@ -20,6 +20,7 @@
#include "mozilla/dom/WorkerRunnable.h"
#include "mozilla/dom/WorkerScope.h"
#include "mozilla/dom/EventSourceEventService.h"
#include "mozilla/ScopeExit.h"
#include "mozilla/UniquePtrExtensions.h"
#include "nsComponentManagerUtils.h"
#include "nsIThreadRetargetableStreamListener.h"