mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
use new and new_inherited in messagechannel
This commit is contained in:
parent
f5ff38b875
commit
28d0d90413
2 changed files with 17 additions and 14 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
[Exposed=(Window,Worker)]
|
||||
interface MessageChannel {
|
||||
[Throws] constructor();
|
||||
constructor();
|
||||
readonly attribute MessagePort port1;
|
||||
readonly attribute MessagePort port2;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue