Bug 1285474: Add missing include in nsCSSRenderingBorders. draft
authorEmilio Cobos Álvarez <ecoal95@gmail.com>
Sat, 09 Jul 2016 18:04:20 -0700
changeset 386041 88badd7273b6e8e0d56129c12a17f51134b30f0c
parent 386040 e7860085eabce587d65a4a7cbd7dd51a7caeb18d
child 386042 5105e8d85d60fd0c7b20eaaebfe2601d6594a982
push id22603
push userbmo:ealvarez@mozilla.com
push dateSun, 10 Jul 2016 08:31:11 +0000
bugs1285474
milestone50.0a1
Bug 1285474: Add missing include in nsCSSRenderingBorders. This compiled before by chance, but was uncovered by the layout/base/moz.build modifications of the next commit. MozReview-Commit-ID: 9FvzIez8v21
layout/base/nsCSSRenderingBorders.cpp
--- a/layout/base/nsCSSRenderingBorders.cpp
+++ b/layout/base/nsCSSRenderingBorders.cpp
@@ -16,16 +16,17 @@
 #include "DottedCornerFinder.h"
 #include "nsLayoutUtils.h"
 #include "nsStyleConsts.h"
 #include "nsContentUtils.h"
 #include "nsCSSColorUtils.h"
 #include "GeckoProfiler.h"
 #include "nsExpirationTracker.h"
 #include "RoundedRect.h"
+#include "nsIScriptError.h"
 #include "nsClassHashtable.h"
 #include "nsPresContext.h"
 #include "nsStyleStruct.h"
 #include "mozilla/gfx/2D.h"
 #include "gfx2DGlue.h"
 #include "gfxGradientCache.h"
 #include <algorithm>