diff --git a/source b/source index 5ac4faf7eb7..ea5cd16a5fc 100644 --- a/source +++ b/source @@ -96948,10 +96948,10 @@ interface NotRestoredReasonDetails { [Exposed=Window] interface NotRestoredReasons { - readonly attribute DOMString? src; + readonly attribute USVString? src; readonly attribute DOMString? id; readonly attribute DOMString? name; - readonly attribute DOMString? url; + readonly attribute USVString? url; readonly attribute FrozenArray<NotRestoredReasonDetails>? reasons; readonly attribute FrozenArray<NotRestoredReasons>? children; [Default] object toJSON(); @@ -97395,7 +97395,8 @@ interface NotRestoredReasons { the following items: