From a8c048759c4edd2a636f723d654e2394483a3ae8 Mon Sep 17 00:00:00 2001 From: Victor Tan Date: Tue, 12 Oct 2021 14:38:39 -0700 Subject: [PATCH] fix typo wierd to weird Bug: 1259329 Change-Id: I3357534c67d82cb940476423c839a127a53d5933 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3218868 Reviewed-by: Mike Taylor Commit-Queue: Victor Tan Cr-Commit-Position: refs/heads/main@{#930777} --- .../getter-special-cases/cross-origin-isolated.sub.https.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/browsers/origin/origin-keyed-agent-clusters/getter-special-cases/cross-origin-isolated.sub.https.html b/html/browsers/origin/origin-keyed-agent-clusters/getter-special-cases/cross-origin-isolated.sub.https.html index e10d3452b91db3..a521934cc9e558 100644 --- a/html/browsers/origin/origin-keyed-agent-clusters/getter-special-cases/cross-origin-isolated.sub.https.html +++ b/html/browsers/origin/origin-keyed-agent-clusters/getter-special-cases/cross-origin-isolated.sub.https.html @@ -19,7 +19,7 @@ // Child frames of cross-origin isolated pages must also be cross-origin // isolated, and thus also origin-keyed. Make sure the implementation doesn't - // treat them specially in some wierd way, for the purposes of this + // treat them specially in some weird way, for the purposes of this // implication. testGetter(0, true, "child");