Bug 1072101 - Part 4: Implement FontFaceSet.{keys,@@iterator}. r=peterv

This commit is contained in:
Cameron McCormack 2015-03-31 14:05:33 +11:00
parent 4995d7f612
commit 5f99c1a18d

View File

@ -40,9 +40,8 @@ interface FontFaceSet : EventTarget {
void clear();
[NewObject] FontFaceSetIterator entries();
// Iterator keys();
[NewObject] FontFaceSetIterator values();
[NewObject, Alias=keys, Alias="@@iterator"] FontFaceSetIterator values();
[Throws] void forEach(FontFaceSetForEachCallback cb, optional any thisArg);
// FontFace iterator;
// -- events for when loading state changes
attribute EventHandler onloading;