Index: Source/core/html/HTMLDocument.idl |
diff --git a/Source/core/html/HTMLDocument.idl b/Source/core/html/HTMLDocument.idl |
index 9066ca233c069c67b6296d0b058f0410de4c8139..286396c5fea7be414f12eb27bc66788cc7cece49 100644 |
--- a/Source/core/html/HTMLDocument.idl |
+++ b/Source/core/html/HTMLDocument.idl |
@@ -30,7 +30,6 @@ interface HTMLDocument : Document { |
readonly attribute HTMLCollection embeds; |
[ImplementedAs=embeds] readonly attribute HTMLCollection plugins; |
- readonly attribute HTMLCollection scripts; |
// Extensions |