diff --git a/source b/source
index 1376405d014..0ec130e32dd 100644
--- a/source
+++ b/source
@@ -31087,7 +31087,8 @@ interface HTMLEmbedElement : HTMLElement {
document's relevant settings object, destination is "embed
",
credentials mode is "include
", and whose use-URL-credentials flag is set.
navigate
", and whose use-URL-credentials flag is set.
Fetch request.
@@ -31573,7 +31574,8 @@ interface HTMLObjectElement : HTMLElement { document's relevant settings object, destination is "object
",
credentials mode is "include
", and whose use-URL-credentials flag is set.navigate
", and whose use-URL-credentials flag is set.
If browsingContext's container is non-null - and has a browsing context scope origin, then set request's origin to that browsing context scope - origin.
If browsingContext's container is non-null:
+ +If the browsingContext's container has a + browsing context scope origin, then set request's origin to that browsing context scope + origin.
Set request's destination to browsingContext's + container's local + name.
Let reservedEnvironment be null.