Bug 1263405 - Some headers missing in dom/base, r=smaug

This commit is contained in:
Andrea Marchesini 2016-04-10 03:48:51 +01:00
parent 39e1d58e52
commit 47328b2026
4 changed files with 8 additions and 0 deletions

View File

@ -22,6 +22,8 @@ namespace dom {
class GlobalObject;
class DOMMatrix;
class DOMPoint;
class DOMPointInit;
class DOMMatrixReadOnly : public nsWrapperCache
{

View File

@ -18,10 +18,13 @@
#include "mozilla/dom/StructuredCloneTags.h"
#include "mozilla/dom/UnionConversions.h"
#include "mozilla/EventDispatcher.h"
#include "nsContentUtils.h"
#include "nsGlobalWindow.h"
#include "nsIPresShell.h"
#include "nsIPrincipal.h"
#include "nsIScriptError.h"
#include "nsPresContext.h"
#include "nsQueryObject.h"
namespace mozilla {
namespace dom {

View File

@ -14,6 +14,7 @@
#include "nsThreadUtils.h"
class nsGlobalWindow;
class nsIDocument;
class nsIPrincipal;
namespace mozilla {

View File

@ -8,8 +8,10 @@
#include "mozilla/dom/BindingUtils.h"
#include "mozilla/dom/WebKitCSSMatrixBinding.h"
#include "mozilla/Preferences.h"
#include "nsCSSParser.h"
#include "nsStyleTransformMatrix.h"
#include "RuleNodeCacheConditions.h"
namespace mozilla {
namespace dom {