Generate bindings for HTMLParagraphElement.

This commit is contained in:
saneyuki_s 2013-08-07 21:09:11 +09:00
parent b5adb37bd2
commit 17542ee14c
7 changed files with 42 additions and 2 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, ..36]);
let protoArray = @mut ([0 as *JSObject, ..37]);
assert!(protoArray.len() == PrototypeList::id::_ID_Count as uint);
unsafe {
//XXXjdm we should be storing the box pointer instead of the inner