mirror of
https://github.com/servo/servo
synced 2026-05-03 21:02:19 +02:00
Add missing actions in CreateContextualFragment method
This commit is contained in:
@@ -595,6 +595,10 @@ impl HTMLScriptElement {
|
||||
is_js
|
||||
}
|
||||
|
||||
pub fn set_parser_inserted(&self, parser_inserted: bool) {
|
||||
self.parser_inserted.set(parser_inserted);
|
||||
}
|
||||
|
||||
pub fn set_already_started(&self, already_started: bool) {
|
||||
self.already_started.set(already_started);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user