Bug 1419709 - Move a few nsStyleStructID-related static methods out of nsRuleNode.h r=emilio
MozReview-Commit-ID: GyEMmvlH4mh
This commit is contained in:
@@ -499,7 +499,7 @@ nsCSSProps::IsInherited(nsCSSPropertyID aProperty)
|
||||
MOZ_ASSERT(!IsShorthand(aProperty));
|
||||
|
||||
nsStyleStructID sid = kSIDTable[aProperty];
|
||||
return nsCachedStyleData::IsInherited(sid);
|
||||
return nsStyleContext::IsInherited(sid);
|
||||
}
|
||||
|
||||
/* static */ bool
|
||||
|
||||
Reference in New Issue
Block a user