Chromium Code Reviews| Index: Source/bindings/IDLExtendedAttributes.txt |
| diff --git a/Source/bindings/IDLExtendedAttributes.txt b/Source/bindings/IDLExtendedAttributes.txt |
| index 45fe8d9dbe0d08d33b9733e18b6ee1fa032b6db7..2d4226ad0b87fd3e61dfd1027241bcbdcf9bf12c 100644 |
| --- a/Source/bindings/IDLExtendedAttributes.txt |
| +++ b/Source/bindings/IDLExtendedAttributes.txt |
| @@ -42,7 +42,7 @@ Conditional=* |
| Constructor |
| # FIXME: remove [ConstructorCallWith=Document], as can instead use |
| # [ConstructorCallWith=ExecutionContext] + toDocument(executionContext) |
| -ConstructorCallWith=ExecutionContext|Document |
| +ConstructorCallWith=ExecutionContext|ScriptState|Document |
|
haraken
2014/12/06 01:28:41
Can we probably remove ExecutionContext and Docume
|
| Custom=|Getter|Setter|LegacyCallAsFunction|ToV8|VisitDOMWrapper|PropertyGetter|PropertyEnumerator|PropertyQuery |
| CustomConstructor |
| CustomElementCallbacks |