mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Add missing actions in CreateContextualFragment method
This commit is contained in:
parent
00f229d615
commit
861bcb2b79
13 changed files with 14 additions and 22 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue