Chromium Code Reviews| Index: tools/dom/templates/html/dartium/chrome_dartium.darttemplate |
| diff --git a/tools/dom/templates/html/dartium/chrome_dartium.darttemplate b/tools/dom/templates/html/dartium/chrome_dartium.darttemplate |
| index 51c6f4e38290262682812b5824e47b8ae78a730d..ca4804834bb507e04d6a5db7b5b0ef17ffaf74ee 100644 |
| --- a/tools/dom/templates/html/dartium/chrome_dartium.darttemplate |
| +++ b/tools/dom/templates/html/dartium/chrome_dartium.darttemplate |
| @@ -14,4 +14,6 @@ |
| /// [Chrome APIs Documentation](http://developer.chrome.com/extensions/api_index.html) |
| library _chrome; |
| +$if DART_USE_BLINK |
| import 'dart:blink' as blink; |
| +$endif |