Chromium Code Reviews| Index: page/DOMWindow.idl |
| =================================================================== |
| --- page/DOMWindow.idl (revision 45460) |
| +++ page/DOMWindow.idl (working copy) |
| @@ -523,6 +523,8 @@ |
| // window.toString() requires special handling in V8 |
| [V8DoNotCheckSignature, DoNotCheckDomainSecurity, Custom, DontEnum] DOMString toString(); |
| #endif // defined(V8_BINDING) |
| + |
| + readonly attribute Chaos chaos; |
| }; |
| } |