Skip to content

Commit

Permalink
Remove |unused| field from DOMClass.(fixes #1960)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpy committed Mar 22, 2014
1 parent 7bd3ba9 commit f6d912a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/script/dom/bindings/codegen/CodegenRust.py
Expand Up @@ -1657,7 +1657,6 @@ def DOMClass(descriptor):
prototypeChainString = ', '.join(protoList)
return """DOMClass {
interface_chain: [ %s ],
unused: false,
native_hooks: &NativeHooks as *NativePropertyHooks
}""" % prototypeChainString

Expand Down
1 change: 0 additions & 1 deletion src/components/script/dom/bindings/utils.rs
Expand Up @@ -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
}

Expand Down

5 comments on commit f6d912a

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging lpy/servo/issue1960 = f6d912a into auto

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lpy/servo/issue1960 = f6d912a merged ok, testing candidate = 21dc875

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 21dc875

Please sign in to comment.