Bug 1341721 Part 2a: Add a bool argument to Servo_StyleSet_NoteStyleSheetsChanged. r=heycam
MozReview-Commit-ID: 1CLnJ87fPF1
This commit is contained in:
@@ -812,7 +812,7 @@ ServoStyleSet::StyleSubtreeForReconstruct(Element* aRoot)
|
||||
void
|
||||
ServoStyleSet::NoteStyleSheetsChanged()
|
||||
{
|
||||
Servo_StyleSet_NoteStyleSheetsChanged(mRawSet.get());
|
||||
Servo_StyleSet_NoteStyleSheetsChanged(mRawSet.get(), mAuthorStyleDisabled);
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
|
||||
Reference in New Issue
Block a user