auto merge of #1967 : lpy/servo/issue1960, r=Ms2ger

see #1960
This commit is contained in:
bors-servo 2014-03-22 16:43:52 -04:00
commit 21dc875708
2 changed files with 0 additions and 2 deletions

View file

@ -1657,7 +1657,6 @@ def DOMClass(descriptor):
prototypeChainString = ', '.join(protoList)
return """DOMClass {
interface_chain: [ %s ],
unused: false,
native_hooks: &NativeHooks as *NativePropertyHooks
}""" % prototypeChainString

View file

@ -222,7 +222,6 @@ pub struct DOMClass {
// derivedness.
interface_chain: [PrototypeList::id::ID, ..MAX_PROTO_CHAIN_LENGTH],
unused: bool, // DOMObjectIsISupports (always false)
native_hooks: *NativePropertyHooks
}