Index: Source/bindings/tests/idls/TestObject.idl |
diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl |
index ff313403a791657259a707692b496f3efefcf5f7..68c039c2dfcff898775d3fc28d7afbc9e7c351b6 100644 |
--- a/Source/bindings/tests/idls/TestObject.idl |
+++ b/Source/bindings/tests/idls/TestObject.idl |
@@ -33,16 +33,6 @@ enum TestEnum {"", "EnumValue1", "EnumValue2", "EnumValue3"}; |
callback VoidCallbackFunction = void (); |
callback AnyCallbackFunctionOptionalAnyArg = any (optional any optionalAnyArg); |
-dictionary TestDict { |
- boolean booleanMember; |
- long longMember1 = 1; |
-}; |
- |
-dictionary TestDictDerived : TestDict { |
- unsigned short unsignedShortMember; |
- float floatMember4 = 4.0; |
-}; |
- |
// No extended attributes on the interface; those go in TestInterface.idl |
interface TestObject { |
// Constants |