| Index: Source/core/frame/Window.idl
|
| diff --git a/Source/core/frame/Window.idl b/Source/core/frame/Window.idl
|
| index fc2ac3f5f7bc0683c20a193d715355b3f76e6965..4d2992aedab5f399d3e0f77122408a1c75f28186 100644
|
| --- a/Source/core/frame/Window.idl
|
| +++ b/Source/core/frame/Window.idl
|
| @@ -26,6 +26,7 @@
|
|
|
| // HTML 5 draft spec:
|
| // http://www.w3.org/html/wg/drafts/html/master/browsers.html#window
|
| +// FIXME: explain all uses of [DoNotCheckSecurity]
|
| [
|
| CheckSecurity=Frame,
|
| CustomToV8,
|
| @@ -117,7 +118,7 @@
|
| [DoNotCheckSecurity, Unforgeable] readonly attribute Window window;
|
| [Replaceable, DoNotCheckSecurity] readonly attribute Window frames;
|
|
|
| - [DoNotCheckSecurity=Getter, Custom=Setter] attribute Window opener;
|
| + [DoNotCheckSecurity, Custom=Setter] attribute Window opener;
|
| [Replaceable, DoNotCheckSecurity] readonly attribute Window parent;
|
| [DoNotCheckSecurity, Unforgeable] readonly attribute Window top;
|
|
|
|
|