Backed out changeset d3bd59939150 (bug 1601781) for build bustages at BrowsingContextGroup.h. CLOSED TREE

This commit is contained in:
Brindusan Cristian 2019-12-06 00:16:31 +02:00
parent a7a405d52f
commit a2cf032227
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@
#include "mozilla/dom/BrowsingContextGroup.h"
#include "mozilla/dom/BrowsingContextBinding.h"
#include "mozilla/dom/BindingUtils.h"
#include "mozilla/dom/ContentParent.h"
#include "mozilla/StaticPrefs_dom.h"
#include "mozilla/ThrottledEventQueue.h"

View File

@ -8,6 +8,7 @@
#define mozilla_dom_BrowsingContextGroup_h
#include "mozilla/dom/BrowsingContext.h"
#include "mozilla/dom/ContentParent.h"
#include "nsHashKeys.h"
#include "nsTArray.h"
#include "nsTHashtable.h"
@ -19,7 +20,6 @@ class ThrottledEventQueue;
namespace dom {
class BrowsingContext;
class ContentParent;
// A BrowsingContextGroup represents the Unit of Related Browsing Contexts in
// the standard. This object currently serves roughly the same purpose as the