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 96e805b164d20bcb3cd1055a4d18b22376c0239d..454c18744f413e594c26cdbd3ce571f20ebd4051 100644 |
--- a/Source/bindings/tests/idls/core/TestObject.idl |
+++ b/Source/bindings/tests/idls/core/TestObject.idl |
@@ -62,6 +62,7 @@ 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; |
[Reflect=CONST_IMPL] const short CONST_JAVASCRIPT = 1; |