| Index: Source/core/frame/Screen.idl
|
| diff --git a/Source/core/frame/Screen.idl b/Source/core/frame/Screen.idl
|
| index a0b6385676f5983aa7c75aefb6bcf4c170b931ed..309d1c5cc743bcd6e40f7387aeda3364e1ba4c88 100644
|
| --- a/Source/core/frame/Screen.idl
|
| +++ b/Source/core/frame/Screen.idl
|
| @@ -28,7 +28,7 @@
|
|
|
|
|
| [
|
| - WillBeGarbageCollected,
|
| + GarbageCollected,
|
| ] interface Screen {
|
| readonly attribute unsigned long height;
|
| readonly attribute unsigned long width;
|
| @@ -39,4 +39,3 @@
|
| readonly attribute unsigned long availHeight;
|
| readonly attribute unsigned long availWidth;
|
| };
|
| -
|
|
|