| Index: Source/core/frame/Screen.idl | 
| diff --git a/Source/core/frame/Screen.idl b/Source/core/frame/Screen.idl | 
| index 156795fe32390d2e13ea638ed9aaab0c725a1c52..a0b6385676f5983aa7c75aefb6bcf4c170b931ed 100644 | 
| --- a/Source/core/frame/Screen.idl | 
| +++ b/Source/core/frame/Screen.idl | 
| @@ -29,7 +29,7 @@ | 
|  | 
| [ | 
| WillBeGarbageCollected, | 
| -] interface Screen : EventTarget { | 
| +] interface Screen { | 
| readonly attribute unsigned long height; | 
| readonly attribute unsigned long width; | 
| readonly attribute unsigned long colorDepth; | 
|  |