From f3dac08dcf9b60bc37369beb816878f831ea7083 Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Mon, 28 Sep 2020 11:19:25 -0400 Subject: [PATCH] Fixup parenthesis placement in previous commit f76d3c5cc1287c372670e4267c439da340e17e24 placed the parenthesis incorrectly. Also note that its commit message was incorrect in an important aspect: public-suffix roots are *not* considered same-site to their subdomains. Instead the relevant change was that public-suffix roots need to be compute to the same site as versions of themselves with different ports. --- source | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source b/source index 3d52e407d2f..a0de396c3ee 100644 --- a/source +++ b/source @@ -80162,7 +80162,7 @@ interface BarProp { return origin.

  • If origin's host's registrable - domain is null, then return origin's ( is null, then return (origin's scheme, origin's host).