mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
auto merge of #1835 : Ms2ger/servo/hasAttributes, r=metajack
This commit is contained in:
commit
3d8e469534
2 changed files with 0 additions and 7 deletions
|
@ -1546,11 +1546,6 @@ impl Node {
|
||||||
None
|
None
|
||||||
}
|
}
|
||||||
|
|
||||||
// http://dom.spec.whatwg.org/#dom-node-hasattributes
|
|
||||||
pub fn HasAttributes(&self) -> bool {
|
|
||||||
false
|
|
||||||
}
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Low-level pointer stitching
|
// Low-level pointer stitching
|
||||||
//
|
//
|
||||||
|
|
|
@ -88,6 +88,4 @@ interface Node : EventTarget {
|
||||||
readonly attribute DOMString? prefix;
|
readonly attribute DOMString? prefix;
|
||||||
[Constant]
|
[Constant]
|
||||||
readonly attribute DOMString? localName;
|
readonly attribute DOMString? localName;
|
||||||
|
|
||||||
boolean hasAttributes();
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue