| Index: Source/core/html/HTMLPictureElement.idl
|
| diff --git a/Source/core/html/HTMLPictureElement.idl b/Source/core/html/HTMLPictureElement.idl
|
| index 649316cb8a1be19e29c17f14bfbc5b6e10397164..354a7728937f543875a5141c862065ce40aee148 100644
|
| --- a/Source/core/html/HTMLPictureElement.idl
|
| +++ b/Source/core/html/HTMLPictureElement.idl
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// http://picture.responsiveimages.org
|
| +// https://html.spec.whatwg.org/#htmlpictureelement
|
| +
|
| [
|
| RuntimeEnabled=Picture
|
| ] interface HTMLPictureElement : HTMLElement {
|
| };
|
| -
|
|
|