| Index: ui/webui/resources/js/i18n_template_no_process.js
|
| diff --git a/ui/webui/resources/js/i18n_template_no_process.js b/ui/webui/resources/js/i18n_template_no_process.js
|
| index a1cb47a2007f41900824f10a981f43bc3598f4c4..e3bc9131928b65fff708f604121e3f79d7bb4550 100644
|
| --- a/ui/webui/resources/js/i18n_template_no_process.js
|
| +++ b/ui/webui/resources/js/i18n_template_no_process.js
|
| @@ -124,7 +124,7 @@ var i18nTemplate = (function() {
|
| // Only look through shadow DOM when it's supported. As of April 2015, iOS
|
| // Chrome doesn't support shadow DOM.
|
| if (Element.prototype.createShadowRoot)
|
| - prefixes.push('::shadow ');
|
| + prefixes.push('* /deep/ ');
|
|
|
| var attributeNames = Object.keys(handlers);
|
| var selector = prefixes.map(function(prefix) {
|
|
|