From f262b1961c017769e03f3113eeead89a81ccdf9e Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Tue, 26 Feb 2019 15:42:35 +0100 Subject: [PATCH] Editorial: clarify responsible browsing context This fixes #3846, though does not clarify the situation for all callers necessarily. Removing this concept altogether is tricky as it's used in workers for disabled scripts. #1580 tracks that. --- source | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source b/source index f53aeaf3ec1..d38c19bcdea 100644 --- a/source +++ b/source @@ -79351,7 +79351,7 @@ interface BarProp {
The responsible browsing context
-

Return the browsing context with which window is associated.

+

Return window's browsing context.