| Index: Source/bindings/tests/idls/TestInterface2.idl
 | 
| diff --git a/Source/bindings/tests/idls/TestInterface2.idl b/Source/bindings/tests/idls/TestInterface2.idl
 | 
| index a941db67b3a0a13accb88af64ba105291fa99c5c..8bb30a6e7400a3655887d81c5886b296836956fd 100644
 | 
| --- a/Source/bindings/tests/idls/TestInterface2.idl
 | 
| +++ b/Source/bindings/tests/idls/TestInterface2.idl
 | 
| @@ -40,6 +40,9 @@
 | 
|      SetWrapperReferenceFrom=ownerNode, // Conflicts with [SetWrapperReferenceTo]
 | 
|      SpecialWrapFor=(TestInterface,TestInterfaceEmpty), // Conflicts with [Custom=ToV8]
 | 
|  ] interface TestInterface2 {
 | 
| +    // This interface has only runtime enabled constants.
 | 
| +    [RuntimeEnabled=FeatureName] const unsigned short CONST_VALUE_1 = 1;
 | 
| +
 | 
|      // Indexed property operations with an identifier
 | 
|      [RaisesException] getter TestInterfaceEmpty item(unsigned long index);
 | 
|      [RaisesException] setter DOMString setItem(unsigned long index, DOMString value);
 | 
| 
 |