Generate bindings for HTMLStyleElement.

This commit is contained in:
saneyuki_s 2013-08-08 19:53:44 +09:00 committed by Josh Matthews
parent fba2cea097
commit c5125ca5e2
9 changed files with 79 additions and 17 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, ..43]);
let protoArray = @mut ([0 as *JSObject, ..44]);
assert!(protoArray.len() == PrototypeList::id::_ID_Count as uint);
unsafe {
//XXXjdm we should be storing the box pointer instead of the inner