mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +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,6 +2,7 @@
|
|||
* 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/. */
|
||||
|
||||
[NoInterfaceObject]
|
||||
interface AttrList {
|
||||
readonly attribute unsigned long length;
|
||||
getter Attr? item(unsigned long index);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue