| Index: Source/core/html/HTMLDetailsElement.idl
|
| diff --git a/Source/core/html/HTMLDetailsElement.idl b/Source/core/html/HTMLDetailsElement.idl
|
| index 1055684b1c4a8e5e262416dc41fcb641aae7ad94..e3711bc55520a4c732ac79f66b89d875f66fffbf 100644
|
| --- a/Source/core/html/HTMLDetailsElement.idl
|
| +++ b/Source/core/html/HTMLDetailsElement.idl
|
| @@ -17,7 +17,7 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -// https://html.spec.whatwg.org/#htmldetailselement
|
| +// https://html.spec.whatwg.org/#the-details-element
|
|
|
| interface HTMLDetailsElement : HTMLElement {
|
| [Reflect] attribute boolean open;
|
|
|