Chromium Code Reviews| Index: Source/core/css/MediaQueryList.idl |
| diff --git a/Source/core/css/MediaQueryList.idl b/Source/core/css/MediaQueryList.idl |
| index 9644fa864146525db8ef0a13fdc1f9dfa3bb28de..7785d8dc2c605cd3b5a8b61996ac7478f099ab94 100644 |
| --- a/Source/core/css/MediaQueryList.idl |
| +++ b/Source/core/css/MediaQueryList.idl |
| @@ -17,7 +17,7 @@ |
| * Boston, MA 02110-1301, USA. |
| */ |
| [ |
| - NoInterfaceObject, |
| + NoInterfaceObject |
| ] interface MediaQueryList { |
| readonly attribute DOMString media; |
| readonly attribute boolean matches; |