| Index: pkg/polymer/lib/src/emitters.dart
|
| diff --git a/pkg/polymer/lib/src/emitters.dart b/pkg/polymer/lib/src/emitters.dart
|
| index c5da7ba2b02e2baa20ee0eb20302c7d2e48f5bfb..e611c5991736c9c4975d51e5a0d468d2e404b140 100644
|
| --- a/pkg/polymer/lib/src/emitters.dart
|
| +++ b/pkg/polymer/lib/src/emitters.dart
|
| @@ -179,7 +179,7 @@ void transformMainHtml(Document document, FileInfo fileInfo,
|
| // TODO(jmesserly): put this in the global CSS file?
|
| // http://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/templates/index.html#css-additions
|
| document.head.nodes.insert(0, parseFragment(
|
| - '<style>template { display: none; }</style>'));
|
| + '<style shadowcssshim="">template { display: none; }</style>'));
|
|
|
| // Move all <element> declarations to the main HTML file
|
| // TODO(sigmund): remove this once we have HTMLImports implemented.
|
|
|