mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Formatting.
This commit is contained in:
parent
dbff26bce0
commit
0e8ac3fdac
81 changed files with 588 additions and 206 deletions
|
@ -69,7 +69,11 @@ impl Worker {
|
|||
sender: Sender<DedicatedWorkerScriptMsg>,
|
||||
closing: Arc<AtomicBool>,
|
||||
) -> DomRoot<Worker> {
|
||||
reflect_dom_object2(Box::new(Worker::new_inherited(sender, closing)), global, proto)
|
||||
reflect_dom_object2(
|
||||
Box::new(Worker::new_inherited(sender, closing)),
|
||||
global,
|
||||
proto,
|
||||
)
|
||||
}
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#dom-worker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue