| Index: Source/core/frame/Window.idl
|
| diff --git a/Source/core/frame/Window.idl b/Source/core/frame/Window.idl
|
| index 9e2432738ded15684c4f156425b2dfb7a569ecfd..884cfde4529b24d697f9d756f1e3c7d47673d756 100644
|
| --- a/Source/core/frame/Window.idl
|
| +++ b/Source/core/frame/Window.idl
|
| @@ -195,8 +195,8 @@
|
| // window.toString() requires special handling in V8
|
| [DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] stringifier;
|
|
|
| - [NotEnumerable] getter Window (unsigned long index);
|
| - [Custom, NotEnumerable] getter Window (DOMString name);
|
| + [NotEnumerable, DoNotCheckSecurity] getter Window (unsigned long index);
|
| + [Custom, NotEnumerable, DoNotCheckSecurity] getter Window (DOMString name);
|
| };
|
|
|
| // http://www.whatwg.org/specs/web-apps/current-work/#transferable-objects
|
|
|