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 cc513c75aa47e817348d6ea06dd4d9562ffc317e..51c6f4e38290262682812b5824e47b8ae78a730d 100644 |
| --- a/tools/dom/templates/html/dartium/chrome_dartium.darttemplate |
| +++ b/tools/dom/templates/html/dartium/chrome_dartium.darttemplate |
| @@ -13,3 +13,5 @@ |
| /// For more information on these APIs, see the |
| /// [Chrome APIs Documentation](http://developer.chrome.com/extensions/api_index.html) |
| library _chrome; |
| + |
| +import 'dart:blink' as blink; |