Generate bindings for HTMLOListElement

This commit is contained in:
Taro Matsuzawa 2013-08-08 23:01:06 +09:00 committed by Josh Matthews
parent db55724cd3
commit ca0ae14368
11 changed files with 92 additions and 5 deletions

View file

@ -617,7 +617,7 @@ pub extern fn ThrowingConstructor(_cx: *JSContext, _argc: uint, _vp: *JSVal) ->
}
pub fn initialize_global(global: *JSObject) {
let protoArray = @mut ([0 as *JSObject, ..41]);
let protoArray = @mut ([0 as *JSObject, ..42]);
assert!(protoArray.len() == PrototypeList::id::_ID_Count as uint);
unsafe {
//XXXjdm we should be storing the box pointer instead of the inner