Bug 1676361 - Move AutoEntryScript to a separate header file to avoid pulling in GeckoProfiler.h everywhere. r=mccr8

Differential Revision: https://phabricator.services.mozilla.com/D97742
This commit is contained in:
Simon Giesecke
2021-03-05 15:29:49 +00:00
parent 2546795bae
commit 2969e54562
46 changed files with 377 additions and 252 deletions

View File

@@ -51,6 +51,7 @@
#include "mozilla/Unused.h"
#include "mozilla/WidgetUtils.h"
#include "mozilla/dom/AutoEntryScript.h"
#include "mozilla/dom/ChildProcessChannelListener.h"
#include "mozilla/dom/ClientChannelHelper.h"
#include "mozilla/dom/ClientHandle.h"