Generate bindings for HTMLBRElement

This commit is contained in:
Youngmin, Yoo 2013-08-08 23:24:07 +09:00 committed by Youngmin Yoo
parent 1da9f34082
commit bc49686c3b
9 changed files with 60 additions and 10 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, ..46]);
let protoArray = @mut ([0 as *JSObject, ..47]);
assert!(protoArray.len() == PrototypeList::id::_ID_Count as uint);
unsafe {
//XXXjdm we should be storing the box pointer instead of the inner