Chromium Code Reviews| Index: Source/core/dom/Document.idl |
| diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl |
| index 1a505db341cbd195c6d0999b4b6863f0a72c27a6..581e122006c29b027da1b82d52c666290434ca07 100644 |
| --- a/Source/core/dom/Document.idl |
| +++ b/Source/core/dom/Document.idl |
| @@ -294,5 +294,7 @@ |
| readonly attribute Element firstElementChild; |
| readonly attribute Element lastElementChild; |
| readonly attribute unsigned long childElementCount; |
| + |
| + readonly attribute HTMLScriptElement currentScript; |
| }; |