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
|
@ -35,11 +35,6 @@ impl DOMStringMap {
|
|||
|
||||
// https://html.spec.whatwg.org/#domstringmap
|
||||
impl DOMStringMapMethods for DOMStringMap {
|
||||
// https://html.spec.whatwg.org/multipage/#dom-domstringmap-additem
|
||||
fn NamedCreator(&self, name: DOMString, value: DOMString) -> ErrorResult {
|
||||
self.NamedSetter(name, value)
|
||||
}
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#dom-domstringmap-removeitem
|
||||
fn NamedDeleter(&self, name: DOMString) {
|
||||
let element = self.element.root();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue