| Index: pkg/polymer/lib/src/build/import_inliner.dart
|
| diff --git a/pkg/polymer/lib/src/build/import_inliner.dart b/pkg/polymer/lib/src/build/import_inliner.dart
|
| index ed7929b2d8ad72a3d54b3b29a6bfb6bc07e6ec90..0a46ce89203bddee792c27fb8c1d7bf811eb276e 100644
|
| --- a/pkg/polymer/lib/src/build/import_inliner.dart
|
| +++ b/pkg/polymer/lib/src/build/import_inliner.dart
|
| @@ -153,7 +153,7 @@ class _HtmlInliner extends PolymerTransformer {
|
| /// link rel=import, we move both of those into the body before we do any
|
| /// inlining. We do not start doing this until the first import is found
|
| /// however, as some scripts do need to be ran in the head to work
|
| - /// properly (platform.js for instance).
|
| + /// properly (webcomponents.js for instance).
|
| ///
|
| /// Note: we do this for stylesheets as well to preserve ordering with
|
| /// respect to eachother, because stylesheets can be pulled in transitively
|
|
|