From b7abd5409cba95e0c7f8a5831b743f44f48ce668 Mon Sep 17 00:00:00 2001 From: Michael Dyck Date: Sun, 22 Sep 2024 10:55:51 -0400 Subject: [PATCH] Markup: Add in-IDL references to "dom-ToggleEvent-{old,new}State" --- source | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source b/source index c619e3e3118..aa89d02a03b 100644 --- a/source +++ b/source @@ -79487,8 +79487,8 @@ partial interface Navigator {
[Exposed=Window]
 interface ToggleEvent : Event {
   constructor(DOMString type, optional ToggleEventInit eventInitDict = {});
-  readonly attribute DOMString oldState;
-  readonly attribute DOMString newState;
+  readonly attribute DOMString oldState;
+  readonly attribute DOMString newState;
 };
 
 dictionary ToggleEventInit : EventInit {