Generate bindings for HTMLTextAreaElement.

This commit is contained in:
saneyuki_s 2013-08-09 22:59:57 +09:00 committed by Josh Matthews
parent d0e0a16ee6
commit c1f9f43808
11 changed files with 281 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, ..48]);
let protoArray = @mut ([0 as *JSObject, ..49]);
assert!(protoArray.len() == PrototypeList::id::_ID_Count as uint);
unsafe {
//XXXjdm we should be storing the box pointer instead of the inner