Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 3de4b7d

Browse files
hiroshige-gfoolip
authored andcommitted
[WPT/common/security-features] Fix typo
Fix a typo introduced by https://chromium-review.googlesource.com/c/chromium/src/+/1788876 (Upstream: web-platform-tests/wpt#18904) Change-Id: I9ac2d8048c14c42e18d44f643b8dfcfac47c5fd9 Bug: 1001422 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834886 Reviewed-by: Kenichi Ishibashi <[email protected]> Reviewed-by: Hiroki Nakagawa <[email protected]> Commit-Queue: Hiroshige Hayashizaki <[email protected]> Cr-Commit-Position: refs/heads/master@{#702278}
1 parent 0c2f81c commit 3de4b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/security-features/resources/common.sub.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1225,7 +1225,7 @@ function invokeFromIframe(subresource, sourceContextList) {
12251225
promise = fetch(frameUrl)
12261226
.then(r => r.text())
12271227
.then(t => {
1228-
frameContnent = t;
1228+
frameContent = t;
12291229
iframe = createElement("iframe", {}, document.body, true);
12301230
return iframe.eventPromise;
12311231
})

0 commit comments

Comments
 (0)