Generate HTMLIFrameElement bindings.

This commit is contained in:
Josh Matthews 2013-08-07 17:04:47 -04:00
parent c8be8edbb2
commit ddf4bee6df
13 changed files with 217 additions and 24 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, ..40]);
let protoArray = @mut ([0 as *JSObject, ..41]);
assert!(protoArray.len() == PrototypeList::id::_ID_Count as uint);
unsafe {
//XXXjdm we should be storing the box pointer instead of the inner