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-04 17:30:48 +00:00
parent 7c8fba47f4
commit b68ba311a2
45 changed files with 376 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"