diff --git a/gfx/2d/DrawTargetCairo.cpp b/gfx/2d/DrawTargetCairo.cpp index ad22a9a456..7e26debd6f 100644 --- a/gfx/2d/DrawTargetCairo.cpp +++ b/gfx/2d/DrawTargetCairo.cpp @@ -623,7 +623,7 @@ bool DrawTargetCairo::IsValid() const { return mSurface && !cairo_surface_status(mSurface) && - mContext && !cairo_surface_status(cairo_get_group_target(mContext)); + mContext /*&& !cairo_surface_status(cairo_get_group_target(mContext))*/; } DrawTargetType