| Index: third_party/WebKit/Source/bindings/IDLExtendedAttributes.md
|
| diff --git a/third_party/WebKit/Source/bindings/IDLExtendedAttributes.md b/third_party/WebKit/Source/bindings/IDLExtendedAttributes.md
|
| index 5e61aef56462d62b944a1f03efa1d06b39f7900a..43d3cab33a405dab4c7baa5fc56cd0e718552281 100644
|
| --- a/third_party/WebKit/Source/bindings/IDLExtendedAttributes.md
|
| +++ b/third_party/WebKit/Source/bindings/IDLExtendedAttributes.md
|
| @@ -1076,6 +1076,10 @@ Usage: `[PostMessage]` can be specified on methods
|
| [PostMessage] void postMessage(any message, optional sequence<Transferable> transfer);
|
| ```
|
|
|
| +### [PrefixGet] _(d)_
|
| +
|
| +Summary: If this extended attribute is specified on a dictionary member, the code generator adds 'get' prefix to the getter method of the member.
|
| +
|
| ### [RaisesException] _(i, m, a)_
|
|
|
| Summary: Tells the code generator to append an `ExceptionState&` argument when calling the Blink implementation.
|
|
|