mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Update to 3/4 nightly rustc.
This commit is contained in:
parent
7010178691
commit
51145cfd83
7 changed files with 24 additions and 24 deletions
|
@ -98,9 +98,9 @@ impl BroadcastChannelMethods for BroadcastChannel {
|
|||
self.closed.set(true);
|
||||
}
|
||||
|
||||
/// <https://html.spec.whatwg.org/multipage/#handler-broadcastchannel-onmessageerror>
|
||||
// <https://html.spec.whatwg.org/multipage/#handler-broadcastchannel-onmessageerror>
|
||||
event_handler!(messageerror, GetOnmessageerror, SetOnmessageerror);
|
||||
|
||||
/// <https://html.spec.whatwg.org/multipage/#handler-broadcastchannel-onmessage>
|
||||
// <https://html.spec.whatwg.org/multipage/#handler-broadcastchannel-onmessage>
|
||||
event_handler!(message, GetOnmessage, SetOnmessage);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue