Chromium Code Reviews| Index: Source/core/css/StyleMedia.idl |
| diff --git a/Source/core/css/StyleMedia.idl b/Source/core/css/StyleMedia.idl |
| index 370eee8f9133dba274dfcac4c2a239dffd27fb74..b897eb0690bf8ebd2efc89704d8a85b83d6d3bdf 100644 |
| --- a/Source/core/css/StyleMedia.idl |
| +++ b/Source/core/css/StyleMedia.idl |
| @@ -25,7 +25,8 @@ |
| */ |
| [ |
| - NoInterfaceObject |
| + NoInterfaceObject, |
| + WillBeGarbageCollected |
| ] interface StyleMedia { |
| readonly attribute DOMString type; |
| boolean matchMedium([Default=Undefined] optional DOMString mediaquery); |