mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Remove Node.hasAttributes() method that was removed from the specification.
This commit is contained in:
parent
07b8c9bf88
commit
b1f2a104cc
2 changed files with 0 additions and 7 deletions
|
@ -1546,11 +1546,6 @@ impl Node {
|
|||
None
|
||||
}
|
||||
|
||||
// http://dom.spec.whatwg.org/#dom-node-hasattributes
|
||||
pub fn HasAttributes(&self) -> bool {
|
||||
false
|
||||
}
|
||||
|
||||
//
|
||||
// Low-level pointer stitching
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue