aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/bindings/utils.rs
diff options
context:
space:
mode:
authorbors-servo <release+servo@mozilla.com>2013-08-09 12:36:58 -0700
committerbors-servo <release+servo@mozilla.com>2013-08-09 12:36:58 -0700
commit2ab430b9b15b7876ddd4fbbf7a261776030811fe (patch)
tree8a35a8f9107fe01e480f4257ad5651a039f79b74 /src/components/script/dom/bindings/utils.rs
parent490e81f75c39479749934cc3aab91862394f8f1d (diff)
parentfa7f367d22b027d9f98d760260dc9ca931c45d55 (diff)
downloadservo-2ab430b9b15b7876ddd4fbbf7a261776030811fe.tar.gz
servo-2ab430b9b15b7876ddd4fbbf7a261776030811fe.zip
auto merge of #711 : jdm/servo/ulist, r=jdm
Diffstat (limited to 'src/components/script/dom/bindings/utils.rs')
-rw-r--r--src/components/script/dom/bindings/utils.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/dom/bindings/utils.rs b/src/components/script/dom/bindings/utils.rs
index 1732692a2c4..5389d869241 100644
--- a/src/components/script/dom/bindings/utils.rs
+++ b/src/components/script/dom/bindings/utils.rs
@@ -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, ..49]);
+ let protoArray = @mut ([0 as *JSObject, ..50]);
assert!(protoArray.len() == PrototypeList::id::_ID_Count as uint);
unsafe {
//XXXjdm we should be storing the box pointer instead of the inner