Bug 1419709 - Move a few nsStyleStructID-related static methods out of nsRuleNode.h r=emilio
MozReview-Commit-ID: GyEMmvlH4mh
This commit is contained in:
@@ -492,7 +492,7 @@ inDOMUtils::IsInheritedProperty(const nsAString &aPropertyName, bool *_retval)
|
||||
}
|
||||
|
||||
nsStyleStructID sid = nsCSSProps::kSIDTable[prop];
|
||||
*_retval = !nsCachedStyleData::IsReset(sid);
|
||||
*_retval = !nsStyleContext::IsReset(sid);
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user