From 2435ad40ce3364ba1c0c72f4439e4f2689a3715d Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Fri, 10 Sep 2021 14:06:03 -0400 Subject: [PATCH] Fix up the explanation for "can have its URL rewritten" Closes #7049. --- source | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source b/source index 2ae9bb62493..6b63a43b20f 100644 --- a/source +++ b/source @@ -85240,9 +85240,9 @@ interface History {

Note how only the URL of the Document matters, and not its origin. They can mismatch in - cases like initial about:blank - Documents with inheritedorigins, in sandboxed iframes, or when the - document.domain setter has been used.

+ cases like about:blank Documents with inherited origins, in sandboxed + iframes, or when the document.domain + setter has been used.