| Index: third_party/WebKit/Source/core/css/MediaQueryList.idl
|
| diff --git a/third_party/WebKit/Source/core/css/MediaQueryList.idl b/third_party/WebKit/Source/core/css/MediaQueryList.idl
|
| index c4279cc4905daed5ef8cbb21116cb7b630ac02e6..b84090f5cac4c00f5cb70f703f0ceb308f458087 100644
|
| --- a/third_party/WebKit/Source/core/css/MediaQueryList.idl
|
| +++ b/third_party/WebKit/Source/core/css/MediaQueryList.idl
|
| @@ -17,7 +17,7 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -// http://dev.w3.org/csswg/cssom-view/#the-mediaquerylist-interface
|
| +// https://dev.w3.org/csswg/cssom-view/#the-mediaquerylist-interface
|
|
|
| [
|
| ActiveScriptWrappable,
|
| @@ -28,7 +28,7 @@
|
| // Even though this interface is now an event target, these functions
|
| // exist as aliases for addEventListener for backwards compatibility
|
| // with older versions of this interface. See the note at
|
| - // http://dev.w3.org/csswg/cssom-view/#dom-mediaquerylist-removelistener
|
| + // https://dev.w3.org/csswg/cssom-view/#dom-mediaquerylist-removelistener
|
| [ImplementedAs=addDeprecatedListener, Custom=CallEpilogue] void addListener(EventListener? listener);
|
| [ImplementedAs=removeDeprecatedListener, Custom=CallEpilogue]void removeListener(EventListener? listener);
|
| attribute EventHandler onchange;
|
|
|