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