diff --git a/src/html/_js_base.html.template b/src/html/_js_base.html.template
index ed3408e16e..e2fc752b4a 100644
--- a/src/html/_js_base.html.template
+++ b/src/html/_js_base.html.template
@@ -9,13 +9,6 @@
script.src = src;
return script;
}
- window.Polymer = {
- lazyRegister: true,
- useNativeCSSProperties: true,
- dom: "shadow",
- suppressTemplateNotifications: true,
- suppressBindingNotifications: true,
- };
window.polymerSkipLoadingFontRoboto = true;
if (!("customElements" in window &&
"content" in document.createElement("template"))) {