Index: Source/bindings/tests/idls/TestObjectPython.idl |
diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl |
index f2548d92c38220984389b8fdcd077826464e703a..b69beed3a5bdde7913183d60361a48ba7987055a 100644 |
--- a/Source/bindings/tests/idls/TestObjectPython.idl |
+++ b/Source/bindings/tests/idls/TestObjectPython.idl |
@@ -129,7 +129,6 @@ interface TestObjectPython { |
[Custom, ImplementedAs=implementedAsNameWithCustom] attribute long customImplementedAsLongAttribute; |
[CustomGetter, ImplementedAs=implementedAsNameWithCustomGetter] attribute long customGetterImplementedAsLongAttribute; |
[CustomSetter, ImplementedAs=implementedAsNameWithCustomGetter] attribute long customSetterImplementedAsLongAttribute; |
- [KeepAttributeAliveForGC] attribute DocumentFragment documentFragmentAttribute; |
[MeasureAs=TestFeature] attribute long measureAsLongAttribute; |
[NotEnumerable] attribute long notEnumerableLongAttribute; |
[PerContextEnabled=FeatureName] attribute long perContextEnabledLongAttribute; |