Chromium Code Reviews| Index: extension/background.html |
| diff --git a/extension/background.html b/extension/background.html |
| index 3287d1ea6aa45eb4fb5e0d8b972622ca9c1823c7..ad0c3b409d93c1e83db124567c975c9612fc2857 100644 |
| --- a/extension/background.html |
| +++ b/extension/background.html |
| @@ -3,10 +3,10 @@ |
| <script type="application/dart" src="bin/dwc_browser.dart"></script> |
| <script type="text/javascript" src="dart.js"></script> |
| <!-- |
| - TODO(jacobr): this is a hack to make Dart-JS interop work given chrome |
| - extension security restrictions for inline JS |
| + We must load 'dart_interop.js' explicitly. It cannot be injected dynamically |
|
Jennifer Messerly
2012/10/26 18:56:26
do we still need this comment? I thought dart_inte
Siggi Cherem (dart-lang)
2012/10/26 19:01:36
you are correct, I just wanted to keep some messag
|
| + because of security restrictions for inline JS on chrome extensions. |
| --> |
| - <script src="dart_proxy.js"></script> |
| + <script src="bin/packages/js/dart_interop.js"></script> |
| <script src="background.js"></script> |
| </head> |
| <body> |