aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/bindings/utils.rs
diff options
context:
space:
mode:
authorbors-servo <release+servo@mozilla.com>2013-08-09 13:42:37 -0700
committerbors-servo <release+servo@mozilla.com>2013-08-09 13:42:37 -0700
commit0f957c9e223629545ed678829155a1b83d4ea609 (patch)
tree4052ee0c0991d851c42470270b04666c6778bbe9 /src/components/script/dom/bindings/utils.rs
parent2ab430b9b15b7876ddd4fbbf7a261776030811fe (diff)
parent6f2c24eca7e944c904360b66521c453bb22fa5dc (diff)
downloadservo-0f957c9e223629545ed678829155a1b83d4ea609.tar.gz
servo-0f957c9e223629545ed678829155a1b83d4ea609.zip
auto merge of #710 : jdm/servo/titleelem, 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 5389d869241..43bffa6d750 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, ..50]);
+ let protoArray = @mut ([0 as *JSObject, ..51]);
assert!(protoArray.len() == PrototypeList::id::_ID_Count as uint);
unsafe {
//XXXjdm we should be storing the box pointer instead of the inner