Index: Source/core/dom/Document.idl |
diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl |
index 4ee6567c57a7c8ecb80e7390664a237db42ec299..12866ef5012caa32303bf61a51530241c8158553 100644 |
--- a/Source/core/dom/Document.idl |
+++ b/Source/core/dom/Document.idl |
@@ -120,6 +120,7 @@ typedef (CanvasRenderingContext2D or WebGLRenderingContext) RenderingContext; |
readonly attribute HTMLCollection applets; |
readonly attribute HTMLCollection links; |
readonly attribute HTMLCollection forms; |
+ readonly attribute HTMLCollection scripts; |
readonly attribute HTMLCollection anchors; |
readonly attribute DOMString lastModified; |