mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
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:
commit
29a43a00b3
3 changed files with 36 additions and 5 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue