| 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 5d68a9511b62f9de12113c512926af4b28ccd3ac..6b3563864641cfb392f617d795524a66eeb3ee71 100644
|
| --- a/third_party/WebKit/Source/bindings/IDLExtendedAttributes.md
|
| +++ b/third_party/WebKit/Source/bindings/IDLExtendedAttributes.md
|
| @@ -478,9 +478,9 @@ By default, interface members are configurable (i.e. you can modify a property d
|
|
|
| Implementation: **Non-standard**: `[Unforgeable]` for attributes has an unspeced side-effect that it makes the property data-type property (`{writable: ..., value: ...}`) although it must be accessor-type property (`{get: ..., set: ...}`). ([Bug 497616](https://crbug.co/497616))
|
|
|
| -### [Unscopeable] _(o, a)_
|
| +### [Unscopable] _(o, a)_
|
|
|
| -Standard: [Unscopeable](http://heycam.github.io/webidl/#Unscopeable)
|
| +Standard: [Unscopable](http://heycam.github.io/webidl/#Unscopable)
|
|
|
| Summary: The interface member will not appear as a named property within `with` statements.
|
|
|
|
|