Index: Source/bindings/tests/idls/core/TestObject.idl |
diff --git a/Source/bindings/tests/idls/core/TestObject.idl b/Source/bindings/tests/idls/core/TestObject.idl |
index cb2e339e3523bcbf3c97f1c2b7743b3c11a8b6cb..7535a74fbe82fc2920e65d9b3d8affb07d31b768 100644 |
--- a/Source/bindings/tests/idls/core/TestObject.idl |
+++ b/Source/bindings/tests/idls/core/TestObject.idl |
@@ -62,7 +62,11 @@ interface TestObject { |
// Extended attributes |
[DeprecateAs=Constant] const short DEPRECATED_CONSTANT = 1; |
[MeasureAs=Constant] const short MEASURED_CONSTANT = 1; |
- [RuntimeEnabled=FeatureName] const short FEATURE_ENABLED_CONST = 1; |
+ [RuntimeEnabled=FeatureName1] const short FEATURE1_ENABLED_CONST1 = 1; |
+ [RuntimeEnabled=FeatureName1] const short FEATURE1_ENABLED_CONST2 = 2; |
+ [RuntimeEnabled=FeatureName2] const short FEATURE2_ENABLED_CONST1 = 3; |
+ [RuntimeEnabled=FeatureName2] const short FEATURE2_ENABLED_CONST2 = 4; |
+ [RuntimeEnabled=FeatureName3] const short FEATURE3_ENABLED_CONST1 = 5; |
[Reflect=CONST_IMPL] const short CONST_JAVASCRIPT = 1; |
stringifier attribute DOMString stringifierAttribute; |