mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Make AttrList NoInterfaceObject (fixes #1223).
This commit is contained in:
parent
8df0f981fe
commit
93220523b0
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
||||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
|
|
||||||
|
[NoInterfaceObject]
|
||||||
interface AttrList {
|
interface AttrList {
|
||||||
readonly attribute unsigned long length;
|
readonly attribute unsigned long length;
|
||||||
getter Attr? item(unsigned long index);
|
getter Attr? item(unsigned long index);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue