mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Update to SpiderMonkey 66.
This commit is contained in:
parent
d0d3401361
commit
4328713f71
31 changed files with 150 additions and 144 deletions
|
@ -116,7 +116,7 @@ where
|
|||
fn response(&mut self, response: BluetoothResponseResult) {
|
||||
let promise = self.promise.take().expect("bt promise is missing").root();
|
||||
|
||||
// JSAutoCompartment needs to be manually made.
|
||||
// JSAutoRealm needs to be manually made.
|
||||
// Otherwise, Servo will crash.
|
||||
match response {
|
||||
Ok(response) => self.receiver.root().handle_response(response, &promise),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue