Chromium Code Reviews| Index: Source/core/dom/Document.idl |
| diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl |
| index abee35674ac5589201aa426fd7d57e4e1e5366fe..70eae4df38a2941077e3c722491a9f8142b8f3dc 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; |
| }; |