Generate bindings for HTMLUListElement

This commit is contained in:
Youngsoo Son 2013-08-09 14:57:09 +09:00 committed by Josh Matthews
parent 490e81f75c
commit fa7f367d22
9 changed files with 65 additions and 4 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, ..49]);
let protoArray = @mut ([0 as *JSObject, ..50]);
assert!(protoArray.len() == PrototypeList::id::_ID_Count as uint);
unsafe {
//XXXjdm we should be storing the box pointer instead of the inner