Index: chrome/browser/resources/options/website_settings.js |
diff --git a/chrome/browser/resources/options/website_settings.js b/chrome/browser/resources/options/website_settings.js |
index 0964cf5c6c6307f57c6c598c414192c4e8fd57f2..f8aa1360b541b74ba199e0e612673725c6487b0a 100644 |
--- a/chrome/browser/resources/options/website_settings.js |
+++ b/chrome/browser/resources/options/website_settings.js |
@@ -149,7 +149,7 @@ cr.define('options.ContentSettings', function() { |
which will be used to sort the origins in the main/allowed list. |
* @param {!Object} blockedDict An optional dictionary of origins to their |
usage, which will be used to sort the origins in the blocked list. |
- * @param {bool} isGloballyEnabled If the content setting is turned on. |
+ * @param {boolean} isGloballyEnabled If the content setting is turned on. |
* @private |
*/ |
populateOrigins: function(allowedDict, blockedDict, isGloballyEnabled) { |