Generate bindings for HTMLTitleElement

This commit is contained in:
Yusuke Suzuki 2013-08-08 01:48:02 +09:00 committed by Josh Matthews
parent 2ab430b9b1
commit 6f2c24eca7
10 changed files with 48 additions and 8 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, ..50]);
let protoArray = @mut ([0 as *JSObject, ..51]);
assert!(protoArray.len() == PrototypeList::id::_ID_Count as uint);
unsafe {
//XXXjdm we should be storing the box pointer instead of the inner