mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
chore: remove unnecessary webrender_document
in script (#36648)
remove `webrender_document` in script and constellation's pipeline Testing: `webrender_document` in script crate is not being referenced anywhere in the Servo, should be safe to remove. Fixes: https://github.com/servo/servo/issues/36647 Signed-off-by: Jason Tsai <git@pews.dev>
This commit is contained in:
parent
7b0cf47dbe
commit
0eec22303b
5 changed files with 2 additions and 29 deletions
|
@ -973,7 +973,6 @@ where
|
|||
event_loop,
|
||||
load_data,
|
||||
prev_throttled: throttled,
|
||||
webrender_document: self.webrender_document,
|
||||
webgl_chan: self
|
||||
.webgl_threads
|
||||
.as_ref()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue