Index: Source/bindings/tests/idls/core/TestInterface.idl |
diff --git a/Source/bindings/tests/idls/core/TestInterface.idl b/Source/bindings/tests/idls/core/TestInterface.idl |
index a70054e61b00e933aecac4815737ddde7ac2d7f2..54a9fbd2c4be021777310b92e20e3bdd146f5f4a 100644 |
--- a/Source/bindings/tests/idls/core/TestInterface.idl |
+++ b/Source/bindings/tests/idls/core/TestInterface.idl |
@@ -38,6 +38,7 @@ |
DoNotCheckConstants, |
ImplementedAs=TestInterfaceImplementation, |
Iterable, |
+ Measure, |
RuntimeEnabled=FeatureName, |
SetWrapperReferenceTo(TestInterface referencedName), |
TypeChecking=(Interface,Unrestricted), |
@@ -49,7 +50,7 @@ |
const unsigned long UNSIGNED_LONG = 0; |
[Reflect=CONST_CPP] const short CONST_JAVASCRIPT = 1; |
- attribute TestInterface testInterfaceAttribute; // Self-referential interface type with [ImplementedAs] |
+ [DoNotMeasure] attribute TestInterface testInterfaceAttribute; // Self-referential interface type with [ImplementedAs] |
attribute TestInterfaceConstructor testInterfaceConstructorAttribute; |
attribute double doubleAttribute; |
attribute float floatAttribute; |