Index: bindings/IDLExtendedAttributes.txt |
diff --git a/bindings/IDLExtendedAttributes.txt b/bindings/IDLExtendedAttributes.txt |
index 73cd6bde1038dac7a656508d209c8dbc3f26ba43..c88d15d5527374a18cfa9aa7656d9788caa8ce6a 100644 |
--- a/bindings/IDLExtendedAttributes.txt |
+++ b/bindings/IDLExtendedAttributes.txt |
@@ -42,8 +42,8 @@ Conditional=* |
Constructor |
# FIXME: remove [ConstructorCallWith=Document], as can instead use |
# [ConstructorCallWith=ExecutionContext] + toDocument(executionContext) |
-ConstructorCallWith=ExecutionContext|Document |
-Custom=|Getter|Setter|LegacyCallAsFunction|ToV8|VisitDOMWrapper|Wrap|PropertyGetter|PropertyEnumerator|PropertyQuery |
+ConstructorCallWith=ExecutionContext|ScriptState|Document |
+Custom=|Getter|Setter|LegacyCallAsFunction|VisitDOMWrapper|PropertyGetter|PropertyEnumerator|PropertyQuery|CallPrologue|CallEpilogue |
CustomConstructor |
CustomElementCallbacks |
# Dartium specific attributes. |
@@ -71,8 +71,8 @@ DeprecateAs=* |
DoNotCheckConstants |
DoNotCheckSecurity=|Setter |
DoNotCheckSignature |
+DoNotExposeJSAccessors |
EnforceRange |
-EventConstructor |
ExposeJSAccessors |
Exposed=* |
GarbageCollected |
@@ -80,24 +80,25 @@ Global=|* |
Immutable |
ImplementedAs=* |
ImplementedInPrivateScript |
-InitializedByEventConstructor |
Iterable |
+LegacyInterfaceTypeChecking |
LegacyTreatAsPartialInterface |
+LenientThis |
LogActivity=|GetterOnly|SetterOnly |
LogAllWorlds |
+NewObject |
+Measure |
MeasureAs=* |
NamedConstructor=* |
NoImplHeader |
NoInterfaceObject |
NotEnumerable |
-NotScriptWrappable |
OnlyExposedToPrivateScript |
OverrideBuiltins |
PartialInterfaceImplementedAs=* |
-# Valid values for [PerContextEnabled] are Context Features, in |
-# ContextFeatures::FeatureType in Source/core/dom/ContextFeatures.h |
-PerContextEnabled=* |
+PermissiveDictionaryConversion |
PerWorldBindings |
+PostMessage |
PrimaryGlobal=|* |
PutForwards=* |
RaisesException=|Getter|Setter|Constructor |
@@ -110,14 +111,15 @@ Replaceable |
# Valid values for [RuntimeEnabled] are the Runtime Enabled Features, listed in |
# Source/core/page/RuntimeEnabledFeatures.in |
RuntimeEnabled=* |
+SameObject |
SetWrapperReferenceFrom=* |
SetWrapperReferenceTo=* |
SetterCallWith=ExecutionContext|ScriptArguments|ActiveWindow|FirstWindow |
-SpecialWrapFor=* |
TreatNullAs=NullString|EmptyString |
TreatReturnedNullStringAs=Null|Undefined |
TreatUndefinedAs=NullString |
-TypeChecking=Interface|Unrestricted |
+TypeChecking=Interface |
URL |
Unforgeable |
+Unscopeable |
WillBeGarbageCollected |