Remove comments referencing no-longer-existing no-clip value for background-clip. (Bug 549809)

This commit is contained in:
L. David Baron 2010-06-08 18:44:32 -07:00
parent 13edc8e9a6
commit db7a6cb346

View File

@ -6527,9 +6527,7 @@ CSSParserImpl::ParseBackgroundItem(CSSParserImpl::BackgroundItem& aItem,
NS_STYLE_BG_ORIGIN_PADDING);
PR_STATIC_ASSERT(NS_STYLE_BG_CLIP_CONTENT ==
NS_STYLE_BG_ORIGIN_CONTENT);
// When we support 'no-clip', this needs to be conditional on haveClip:
aItem.mClip = aItem.mOrigin;
// We'd support 'no-clip' as an additional |else| here.
#endif
} else {
if (haveColor)