Index: core/html/HTMLTemplateElement.idl |
diff --git a/core/html/HTMLTemplateElement.idl b/core/html/HTMLTemplateElement.idl |
index 46c6696714525600a5883162ed7008a2071a333e..e950fcecfa4fc4ce7890d81c1c673c22263a9b6f 100644 |
--- a/core/html/HTMLTemplateElement.idl |
+++ b/core/html/HTMLTemplateElement.idl |
@@ -29,6 +29,6 @@ |
*/ |
interface HTMLTemplateElement : HTMLElement { |
- [KeepAttributeAliveForGC] readonly attribute DocumentFragment content; |
+ readonly attribute DocumentFragment content; |
}; |