Bug 1304302 part 2 - Some small fixes. r=heycam
MozReview-Commit-ID: 7rnl4wkMorC
This commit is contained in:
@@ -32,7 +32,7 @@ ServoStyleSheet::IsApplicable() const
|
||||
bool
|
||||
ServoStyleSheet::HasRules() const
|
||||
{
|
||||
return Servo_StyleSheet_HasRules(RawSheet());
|
||||
return mSheet && Servo_StyleSheet_HasRules(mSheet);
|
||||
}
|
||||
|
||||
nsIDocument*
|
||||
|
||||
Reference in New Issue
Block a user