| Index: Source/bindings/IDLExtendedAttributes.txt
|
| diff --git a/Source/bindings/IDLExtendedAttributes.txt b/Source/bindings/IDLExtendedAttributes.txt
|
| index a0c15fa2924040f04d01c26d6ae39550ed9c0757..192296fa9f56f12df7d94c7e96722500d6505e42 100644
|
| --- a/Source/bindings/IDLExtendedAttributes.txt
|
| +++ b/Source/bindings/IDLExtendedAttributes.txt
|
| @@ -55,6 +55,8 @@ DartName=*
|
| # DartSuppress can have no value will suppress attribute/method, if attribute can also suppress
|
| # just the DartSuppress=getter or DartSuppress=Setter
|
| DartSuppress=|Getter|Setter
|
| +# No need to setup Dart API scope when a native function is invoked.
|
| +DartNoAutoScope
|
| # End of Dartium attributes.
|
| Default=NullString|Undefined
|
| DependentLifetime
|
|
|