| Index: Source/core/css/CSS.idl | 
| diff --git a/Source/core/css/DOMWindowCSS.idl b/Source/core/css/CSS.idl | 
| similarity index 97% | 
| rename from Source/core/css/DOMWindowCSS.idl | 
| rename to Source/core/css/CSS.idl | 
| index f835815b1053e299c3f96ea82268af01e9285e10..133d905bec202e2442da815257343b6dab3cd4b2 100644 | 
| --- a/Source/core/css/DOMWindowCSS.idl | 
| +++ b/Source/core/css/CSS.idl | 
| @@ -29,11 +29,9 @@ | 
|  | 
| [ | 
| NoInterfaceObject, | 
| -    InterfaceName=CSS, | 
| +    ImplementedAs=DOMWindowCSS, | 
| ImplementationLacksVTable | 
| -] interface DOMWindowCSS { | 
| - | 
| +] interface CSS { | 
| boolean supports(DOMString property, DOMString value); | 
| boolean supports(DOMString conditionText); | 
| - | 
| }; | 
|  |