mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Fix DOMImplementation.hasFeature()
This commit is contained in:
parent
92359c7b9a
commit
6e75889e41
3 changed files with 8 additions and 9 deletions
|
@ -159,7 +159,7 @@ impl<'a> DOMImplementationMethods for JSRef<'a, DOMImplementation> {
|
|||
}
|
||||
|
||||
// https://dom.spec.whatwg.org/#dom-domimplementation-hasfeature
|
||||
fn HasFeature(self, _feature: DOMString, _version: DOMString) -> bool {
|
||||
fn HasFeature(self) -> bool {
|
||||
true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue