зеркало из https://github.com/mozilla/gecko-dev.git
servo: Merge #16247 - ParserContext::new_for_cssom is used for author origin, not user (from servo:for_cssom); r=jdm
This probably doesn’t make any difference since the only thing we do with this origin is test whether it is user-agent (for internal properties), but this is more correct. Source-Repo: https://github.com/servo/servo Source-Revision: 806584da9ac923feaac1d4c22ca030d75c26c31d --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : 287a852af29532f9c52901c1c5656eb44ddaf5ad
This commit is contained in:
Родитель
8769d0227e
Коммит
3cf49afb27
|
@ -39,7 +39,7 @@ impl<'a> ParserContext<'a> {
|
|||
pub fn new_for_cssom(url_data: &'a UrlExtraData,
|
||||
error_reporter: &'a ParseErrorReporter)
|
||||
-> ParserContext<'a> {
|
||||
Self::new(Origin::User, url_data, error_reporter)
|
||||
Self::new(Origin::Author, url_data, error_reporter)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче