mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Update for language changes
This commit is contained in:
parent
a01f6b97f2
commit
56e5ba1b82
109 changed files with 1182 additions and 988 deletions
|
@ -8,8 +8,8 @@ pub struct EventTarget {
|
|||
wrapper: WrapperCache
|
||||
}
|
||||
|
||||
pub impl EventTarget {
|
||||
fn new() -> ~EventTarget {
|
||||
impl EventTarget {
|
||||
pub fn new() -> ~EventTarget {
|
||||
~EventTarget {
|
||||
wrapper: WrapperCache::new()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue