mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Fix some warnings caused by the SM upgrade
This commit is contained in:
parent
e7808c526c
commit
b7301ca06c
13 changed files with 16 additions and 19 deletions
|
@ -1719,7 +1719,7 @@ impl<'a> DocumentMethods for &'a Document {
|
|||
}
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#dom-tree-accessors:dom-document-nameditem-filter
|
||||
fn NamedGetter(self, cx: *mut JSContext, name: DOMString, found: &mut bool)
|
||||
fn NamedGetter(self, _cx: *mut JSContext, name: DOMString, found: &mut bool)
|
||||
-> *mut JSObject {
|
||||
#[jstraceable]
|
||||
struct NamedElementFilter {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue