diff --git a/layout/base/nsCSSRendering.cpp b/layout/base/nsCSSRendering.cpp index 12118781df7..3cdb5f74b30 100644 --- a/layout/base/nsCSSRendering.cpp +++ b/layout/base/nsCSSRendering.cpp @@ -1221,7 +1221,7 @@ nsCSSRendering::PaintBoxShadow(nsPresContext* aPresContext, blurRadius /= twipsPerPixel; shadowContext = blurringArea.Init(shadowRect, blurRadius, 1, renderContext); if (!shadowContext) - return; + continue; // Set the shadow color; if not specified, use the foreground color nscolor shadowColor;