Bug 1341721 Part 2a: Add a bool argument to Servo_StyleSet_NoteStyleSheetsChanged. r=heycam

MozReview-Commit-ID: 1CLnJ87fPF1
This commit is contained in:
Brad Werth
2017-04-11 15:59:44 +08:00
parent 8067c910a4
commit 3502e99f42
2 changed files with 2 additions and 2 deletions

View File

@@ -812,7 +812,7 @@ ServoStyleSet::StyleSubtreeForReconstruct(Element* aRoot)
void
ServoStyleSet::NoteStyleSheetsChanged()
{
Servo_StyleSet_NoteStyleSheetsChanged(mRawSet.get());
Servo_StyleSet_NoteStyleSheetsChanged(mRawSet.get(), mAuthorStyleDisabled);
}
#ifdef DEBUG