Implement HTMLDListElement binding.

This commit is contained in:
Jack Moffitt 2013-08-14 12:24:27 -06:00
parent 33f299c403
commit c88ba4b157
9 changed files with 65 additions and 3 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, ..52]);
let protoArray = @mut ([0 as *JSObject, ..53]);
assert!(protoArray.len() == PrototypeList::id::_ID_Count as uint);
unsafe {
//XXXjdm we should be storing the box pointer instead of the inner