diff options
Diffstat (limited to 'components/script/dom/webidls')
-rw-r--r-- | components/script/dom/webidls/TestBinding.webidl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/script/dom/webidls/TestBinding.webidl b/components/script/dom/webidls/TestBinding.webidl index 9906de4e696..0ebf0a41126 100644 --- a/components/script/dom/webidls/TestBinding.webidl +++ b/components/script/dom/webidls/TestBinding.webidl @@ -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(); |