do not trace pending parsers

This commit is contained in:
Gregory Terzian 2020-06-17 22:49:19 +08:00
parent 581ade575e
commit 558a55c0b2
3 changed files with 11 additions and 7 deletions

View file

@ -689,7 +689,6 @@ impl Tokenizer {
/// The context required for asynchronously fetching a document
/// and parsing it progressively.
#[derive(JSTraceable)]
pub struct ParserContext {
/// The parser that initiated the request.
parser: Option<Trusted<ServoParser>>,