mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Support arbitrary protos when wrapping DOM objects with constructors.
This commit is contained in:
parent
d9600ff50f
commit
dbff26bce0
197 changed files with 2028 additions and 586 deletions
|
@ -1865,6 +1865,7 @@ impl HTMLMediaElement {
|
|||
local_name!("script"),
|
||||
None,
|
||||
&document,
|
||||
None,
|
||||
ElementCreator::ScriptCreated,
|
||||
);
|
||||
let mut media_controls_script = resources::read_string(EmbedderResource::MediaControlsJS);
|
||||
|
@ -1892,6 +1893,7 @@ impl HTMLMediaElement {
|
|||
local_name!("script"),
|
||||
None,
|
||||
&document,
|
||||
None,
|
||||
ElementCreator::ScriptCreated,
|
||||
);
|
||||
style
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue