diff --git a/src/declaration/prototype.js b/src/declaration/prototype.js
index 7d811d27e7..4b7c9b9803 100644
--- a/src/declaration/prototype.js
+++ b/src/declaration/prototype.js
@@ -90,12 +90,16 @@
// https://www.w3.org/Bugs/Public/show_bug.cgi?id=22460
// make be
adjustShadowElement: function() {
- var content = this.templateContent();
- if (content) {
- var s$ = content.querySelectorAll('shadow');
- for (var i=0, l=s$.length, s; (i