Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-09-27 23:13:50 +02:00 committed by Martin Robinson
parent 9f6341b83a
commit 98d10f954b
2 changed files with 2 additions and 0 deletions

View file

@ -20,6 +20,7 @@ fn parse_selector<'i, 't>(
stylesheet_origin: Origin::UserAgent,
namespaces: &ns,
url_data: &dummy_url,
for_supports_rule: false,
};
SelectorList::parse(&parser, input)
}