Bug 1336223 part 3: Add a missing #include to nsComputedDOMStyle.cpp. r?xidorn draft
authorDaniel Holbert <dholbert@cs.stanford.edu>
Thu, 02 Feb 2017 15:18:38 -0800
changeset 469855 ded501ffce8f97ccd200d55de878884cb9bd1a1a
parent 469854 fa0940f5cddd4875132dc411574ab7305d15f2d8
child 544335 68bd497dea1f978906a8001979ed416c9c72897f
push id43877
push userdholbert@mozilla.com
push dateThu, 02 Feb 2017 23:28:11 +0000
reviewersxidorn
bugs1336223
milestone54.0a1
Bug 1336223 part 3: Add a missing #include to nsComputedDOMStyle.cpp. r?xidorn MozReview-Commit-ID: ERFagYJrxeA
layout/style/nsComputedDOMStyle.cpp
--- a/layout/style/nsComputedDOMStyle.cpp
+++ b/layout/style/nsComputedDOMStyle.cpp
@@ -33,16 +33,17 @@
 #include "nsROCSSPrimitiveValue.h"
 
 #include "nsPresContext.h"
 #include "nsIDocument.h"
 
 #include "nsCSSPseudoElements.h"
 #include "mozilla/StyleSetHandle.h"
 #include "mozilla/StyleSetHandleInlines.h"
+#include "mozilla/RestyleManager.h"
 #include "imgIRequest.h"
 #include "nsLayoutUtils.h"
 #include "nsCSSKeywords.h"
 #include "nsStyleCoord.h"
 #include "nsDisplayList.h"
 #include "nsDOMCSSDeclaration.h"
 #include "nsStyleTransformMatrix.h"
 #include "mozilla/dom/Element.h"