Chromium Code Reviews| Index: Source/core/frame/Window.idl |
| diff --git a/Source/core/frame/Window.idl b/Source/core/frame/Window.idl |
| index 0ea843f2e80bd5845af7894817fd8c3b7fe9dc99..d15045dc42ecd2bdb3988ffeb844548551feae74 100644 |
| --- a/Source/core/frame/Window.idl |
| +++ b/Source/core/frame/Window.idl |
| @@ -31,6 +31,7 @@ |
| CheckSecurity=Frame, |
| Custom=ToV8, |
| ImplementedAs=DOMWindow, |
| + WillBeGarbageCollected, |
| ] interface Window : EventTarget { |
| // DOM Level 0 |
| [Replaceable] readonly attribute Screen screen; |