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