Bug 1290214 - Remove NS_ERROR for media queries and @font-face. r=emilio

This commit is contained in:
Bobby Holley 2016-07-28 12:57:40 -07:00
Родитель 81084cfef0
Коммит 7c2695a9d0
2 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -13351,7 +13351,8 @@ nsIDocument::FlushUserFontSet()
return;
}
} else {
NS_ERROR("stylo: ServoStyleSets cannot handle @font-face rules yet");
NS_WARNING("stylo: ServoStyleSets cannot handle @font-face rules yet. "
"See bug 1290237.");
}
}

Просмотреть файл

@ -1867,8 +1867,8 @@ nsPresContext::MediaFeatureValuesChanged(nsRestyleHint aRestyleHint,
aRestyleHint |= eRestyle_Subtree;
}
} else {
NS_ERROR("stylo: ServoStyleSets don't support responding to medium "
"changes yet");
NS_WARNING("stylo: ServoStyleSets don't support responding to medium "
"changes yet. See bug 1290228.");
}
}