mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Remove deprecated 'creator' WebIDL attribute
According to @Ms2ger, the 'creator' attribute was merged into 'setter'
This commit is contained in:
parent
6c6c6663ab
commit
d8da5c20f6
9 changed files with 5 additions and 22 deletions
|
@ -23,12 +23,10 @@ impl TestBindingProxyMethods for TestBindingProxy {
|
|||
fn SetItem(&self, _: u32, _: DOMString) -> () {}
|
||||
fn RemoveItem(&self, _: DOMString) -> () {}
|
||||
fn Stringifier(&self) -> DOMString { "".to_owned() }
|
||||
fn NamedCreator(&self, _: DOMString, _: DOMString) -> () {}
|
||||
fn IndexedGetter(&self, _: u32, _: &mut bool) -> DOMString { "".to_owned() }
|
||||
fn NamedDeleter(&self, _: DOMString) -> () {}
|
||||
fn IndexedSetter(&self, _: u32, _: DOMString) -> () {}
|
||||
fn NamedSetter(&self, _: DOMString, _: DOMString) -> () {}
|
||||
fn IndexedCreator(&self, _: u32, _: DOMString) -> () {}
|
||||
fn NamedGetter(&self, _: DOMString, _: &mut bool) -> DOMString { "".to_owned() }
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue