Auto merge of #5894 - nox:putforwards, r=jdm

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5894)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-05-07 09:07:12 -05:00
commit 29a43a00b3
3 changed files with 36 additions and 5 deletions

View file

@ -112,6 +112,9 @@ interface TestBinding {
attribute (Event or DOMString)? union2AttributeNullable;
[BinaryName="BinaryRenamedAttribute"] attribute DOMString attrToBinaryRename;
[PutForwards=booleanAttribute]
readonly attribute TestBinding forwardedAttribute;
[BinaryName="BinaryRenamedMethod"] void methToBinaryRename();
void receiveVoid();
boolean receiveBoolean();