mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update web-platform-tests to revision 8da19eeb64e1dbcc32cabc2961a44e15635d116f
This commit is contained in:
parent
b32bff3b97
commit
120d9aa5dc
298 changed files with 9286 additions and 3047 deletions
|
@ -61,7 +61,7 @@ function intercept() {
|
|||
blink.mojom.SmsReceiver.$interfaceName);
|
||||
interceptor.oninterfacerequest = (e) => {
|
||||
let impl = new blink.mojom.SmsReceiver(provider);
|
||||
impl.bindHandle(e.handle);
|
||||
impl.$.bindHandle(e.handle);
|
||||
}
|
||||
|
||||
interceptor.start();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue