summaryrefslogtreecommitdiff
path: root/chromium/components/about_ui/resources
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/about_ui/resources')
-rw-r--r--chromium/components/about_ui/resources/about_credits.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/components/about_ui/resources/about_credits.js b/chromium/components/about_ui/resources/about_credits.js
index 3e1b49bc743..b7c981db5f7 100644
--- a/chromium/components/about_ui/resources/about_credits.js
+++ b/chromium/components/about_ui/resources/about_credits.js
@@ -18,7 +18,8 @@ document.addEventListener('DOMContentLoaded', function() {
},
});
- // TODO remove an empty string argument once supported
+ // TODO(Jun.Kokatsu@microsoft.com): remove an empty string argument
+ // once supported.
// https://github.com/w3c/webappsec-trusted-types/issues/278
keyboardUtils.src = staticURLPolicy.createScriptURL('');
document.body.appendChild(keyboardUtils);