mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
remove get_rooted() and replace all references to it with references to get()
This commit is contained in:
parent
430578355b
commit
4a4f041948
11 changed files with 28 additions and 34 deletions
|
@ -156,7 +156,7 @@ impl MouseEventMethods for MouseEvent {
|
|||
|
||||
// https://w3c.github.io/uievents/#widl-MouseEvent-relatedTarget
|
||||
fn GetRelatedTarget(&self) -> Option<Root<EventTarget>> {
|
||||
self.related_target.get_rooted()
|
||||
self.related_target.get()
|
||||
}
|
||||
|
||||
// See discussion at:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue