aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/bindings/utils.rs
diff options
context:
space:
mode:
authorYoungmin, Yoo <youngmin.yoo@samsung.com>2013-08-08 23:24:07 +0900
committerYoungmin Yoo <youngmin.yoo@samsung.com>2013-08-09 15:42:15 +0900
commitbc49686c3b75a756e890d2a8f2040b7f294e8d21 (patch)
tree69fb25aa5ddf165404a19821e577d983a722fea0 /src/components/script/dom/bindings/utils.rs
parent1da9f340825fa75e0c76c26a62662a9def641a32 (diff)
downloadservo-bc49686c3b75a756e890d2a8f2040b7f294e8d21.tar.gz
servo-bc49686c3b75a756e890d2a8f2040b7f294e8d21.zip
Generate bindings for HTMLBRElement
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 011e9695592..492cdd29772 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, ..46]);
+ let protoArray = @mut ([0 as *JSObject, ..47]);
assert!(protoArray.len() == PrototypeList::id::_ID_Count as uint);
unsafe {
//XXXjdm we should be storing the box pointer instead of the inner