summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/frame/Screen.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/frame/Screen.idl')
-rw-r--r--chromium/third_party/WebKit/Source/core/frame/Screen.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/core/frame/Screen.idl b/chromium/third_party/WebKit/Source/core/frame/Screen.idl
index 184a863c4d9..a0b6385676f 100644
--- a/chromium/third_party/WebKit/Source/core/frame/Screen.idl
+++ b/chromium/third_party/WebKit/Source/core/frame/Screen.idl
@@ -27,7 +27,9 @@
*/
-interface Screen {
+[
+ WillBeGarbageCollected,
+] interface Screen {
readonly attribute unsigned long height;
readonly attribute unsigned long width;
readonly attribute unsigned long colorDepth;