mirror of
https://github.com/servo/servo.git
synced 2025-06-15 20:04:28 +00:00
Generate bindings for HTMLHRElement.
This commit is contained in:
parent
ac4938b7dd
commit
2e3cd1945c
9 changed files with 91 additions and 3 deletions
|
@ -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, ..38]);
|
||||
let protoArray = @mut ([0 as *JSObject, ..39]);
|
||||
assert!(protoArray.len() == PrototypeList::id::_ID_Count as uint);
|
||||
unsafe {
|
||||
//XXXjdm we should be storing the box pointer instead of the inner
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue