Chromium Code Reviews| Index: css/StyleMedia.idl |
| diff --git a/css/StyleMedia.idl b/css/StyleMedia.idl |
| index 6568a2e28fedc2ebfcf35079d801ee7207cf0d11..b4e9213de9feed9e614a161c88f19ca37da5b62f 100644 |
| --- a/css/StyleMedia.idl |
| +++ b/css/StyleMedia.idl |
| @@ -24,9 +24,7 @@ |
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| */ |
| -[ |
| - JSGenerateIsReachable=ImplFrame |
| -] interface StyleMedia { |
| +interface StyleMedia { |
| readonly attribute DOMString type; |
| boolean matchMedium(in [Optional=DefaultIsUndefined] DOMString mediaquery); |
| }; |