mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement Location.replace
This commit is contained in:
parent
9863149043
commit
fb6cc15208
3 changed files with 14 additions and 2 deletions
|
@ -1589,7 +1589,6 @@ impl Window {
|
|||
js_runtime: DOMRefCell::new(Some(runtime.clone())),
|
||||
bluetooth_thread: bluetooth_thread,
|
||||
page_clip_rect: Cell::new(max_rect()),
|
||||
fragment_name: DOMRefCell::new(None),
|
||||
resize_event: Cell::new(None),
|
||||
layout_chan: layout_chan,
|
||||
layout_rpc: layout_rpc,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue