Add support for BinaryName attribute to servo's codegen (fixes #4435) r=jdm

This commit is contained in:
Chris Manchester 2015-02-25 17:06:29 -08:00
parent 26567ef2e6
commit c81f1cc541
5 changed files with 47 additions and 20 deletions

View file

@ -91,7 +91,9 @@ interface TestBinding {
attribute Blob? interfaceAttributeNullable;
attribute (HTMLElement or long)? unionAttributeNullable;
attribute (Event or DOMString)? union2AttributeNullable;
[BinaryName="BinaryRenamedAttribute"] attribute DOMString attrToBinaryRename;
[BinaryName="BinaryRenamedMethod"] void methToBinaryRename();
void receiveVoid();
boolean receiveBoolean();
byte receiveByte();