Make AttrList NoInterfaceObject (fixes #1223).

This commit is contained in:
Ms2ger 2014-06-20 18:57:47 +02:00
parent 8df0f981fe
commit 93220523b0

View file

@ -2,7 +2,8 @@
* 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);
};
};