| Index: Source/bindings/IDLExtendedAttributes.txt
|
| diff --git a/Source/bindings/IDLExtendedAttributes.txt b/Source/bindings/IDLExtendedAttributes.txt
|
| index c81c7e6eff5afde1346308eb95a67fc6aeb74bed..d718aaa902c5de8681fca64111cf572939d591af 100644
|
| --- a/Source/bindings/IDLExtendedAttributes.txt
|
| +++ b/Source/bindings/IDLExtendedAttributes.txt
|
| @@ -25,7 +25,7 @@
|
| # Note that including an empty value in the list, as in [Attr=X||Y],
|
| # is NOT valid: the value is optional, but empty values are not allowed.
|
| # - "Attr=*" means that Attr takes a required value, which can be
|
| -# arbitrary and combinations thereof, e.g. [Attr=IndexedDB],
|
| +# arbitrary, and combinations thereof, e.g. [Attr=IndexedDB],
|
| # [Attr=DeleteFunction], [Attr=X|Y].
|
| # - "Attr=|*" means that Attr takes an optional value, which can be
|
| # arbitrary, e.g. [Attr], [Attr=X].
|
| @@ -84,8 +84,8 @@ Replaceable
|
| # Valid values for [RuntimeEnabled] are the Runtime Enabled Features, listed in
|
| # Source/core/page/RuntimeEnabledFeatures.in
|
| RuntimeEnabled=*
|
| -SetWrapperReferenceFrom=document|element|owner|ownerNode|virtualOwnerNode
|
| -SetWrapperReferenceFromReference=document|element|owner|ownerNode|virtualOwnerNode
|
| +SetWrapperReferenceFrom=*
|
| +SetWrapperReferenceFromReference=*
|
| SetWrapperReferenceTo=*
|
| SetterCallWith=ExecutionContext|ScriptState|ScriptArguments|ActiveWindow|FirstWindow
|
| SpecialWrapFor=*
|
|
|