mirror of
https://github.com/servo/servo.git
synced 2025-06-20 23:28:59 +01:00
Implement HTMLDListElement binding.
This commit is contained in:
parent
33f299c403
commit
c88ba4b157
9 changed files with 65 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, ..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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue