| Index: pkg/polymer/lib/src/declaration.dart
|
| diff --git a/pkg/polymer/lib/src/declaration.dart b/pkg/polymer/lib/src/declaration.dart
|
| index 3cdaba828b519dc9f99c23779847dddb460f7dce..0fb09c2a9e53801695c4258a7f71ab32d9616b16 100644
|
| --- a/pkg/polymer/lib/src/declaration.dart
|
| +++ b/pkg/polymer/lib/src/declaration.dart
|
| @@ -453,7 +453,7 @@ String _cssTextFromSheet(LinkElement sheet) {
|
|
|
| // In deploy mode we should never do a sync XHR; link rel=stylesheet will
|
| // be inlined into a <style> tag by ImportInliner.
|
| - if (_deployMode) return '';
|
| + if (loader.deployMode) return '';
|
|
|
| // TODO(jmesserly): sometimes the href property is wrong after deployment.
|
| var href = sheet.href;
|
|
|