Chromium Code Reviews| Index: sky/engine/bindings/IDLExtendedAttributes.txt |
| diff --git a/sky/engine/bindings/IDLExtendedAttributes.txt b/sky/engine/bindings/IDLExtendedAttributes.txt |
| index 46450c12e721ad24b68ea6d303752603fd4414fa..e653195f2f7adeaed00e8f8701b4cc5515eb1dd6 100644 |
| --- a/sky/engine/bindings/IDLExtendedAttributes.txt |
| +++ b/sky/engine/bindings/IDLExtendedAttributes.txt |
| @@ -42,10 +42,6 @@ Constructor |
| ConstructorCallWith=ExecutionContext|Document |
| Custom=|Getter|Setter|VisitDOMWrapper|Wrap|PropertyGetter|PropertyEnumerator|PropertyQuery |
| CustomConstructor |
| -# Sky addition: if present, the IDL compiler will generate a private Dart |
| -# interface to be extended by an auxilary file <Interface>.dart next to |
| -# <Interface>.idl. |
| -CustomDart |
| CustomElementCallbacks |
| Default=Undefined |
| DependentLifetime |
| @@ -67,6 +63,9 @@ NotEnumerable |
| NotScriptWrappable |
| OverrideBuiltins |
| PartialInterfaceImplementedAs=* |
| +# Sky addition: if present, the generated interface will be prefixed with |
|
eseidel
2015/06/08 20:59:32
There is nothing other than Sky. :) We're complete
Matt Perry
2015/06/08 21:14:03
I know, but I figured I'd call out where we're dif
|
| +# underscores so that it's private to the dart:sky module. |
| +PrivateDart |
| PutForwards=* |
| RaisesException=|Getter|Setter|Constructor |
| Reflect=|* |