Index: Source/bindings/scripts/IDLAttributes.txt |
diff --git a/Source/bindings/scripts/IDLAttributes.txt b/Source/bindings/scripts/IDLAttributes.txt |
index 395a2f5e8ccb2fc63d3d723786cb1a5ab907c43e..c67d163956164649476c00592445af8dbdd1c2c9 100644 |
--- a/Source/bindings/scripts/IDLAttributes.txt |
+++ b/Source/bindings/scripts/IDLAttributes.txt |
@@ -80,6 +80,8 @@ NamedConstructor=* |
NoInterfaceObject |
NotEnumerable |
OverrideBuiltins |
+# Valid values for [PerContextEnabled] are Context Features, in |
+# ContextFeatures::FeatureType in Source/core/dom/ContextFeatures.h |
PerContextEnabled=* |
PerWorldBindings |
PutForwards=* |
@@ -87,8 +89,8 @@ RaisesException |
ReadOnly |
Reflect=|* |
Replaceable |
-# Valid values for RuntimeEnabled and PerContextEnabled are Runtime Enabled |
-# Features, listed in Source/core/page/RuntimeEnabledFeatures.in |
+# Valid values for [RuntimeEnabled] are the Runtime Enabled Features, listed in |
+# Source/core/page/RuntimeEnabledFeatures.in |
RuntimeEnabled=* |
SetterCallWith=ExecutionContext|ScriptState|ScriptArguments|ActiveWindow|FirstWindow |
SetterRaisesException |