| Index: sdk/lib/_internal/compiler/implementation/apiimpl.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/apiimpl.dart b/sdk/lib/_internal/compiler/implementation/apiimpl.dart
|
| index bde352edba9f7943a359604836a77304d951dcd8..1e417ab5dad708f122cd1fcccaa69ddbe5579719 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/apiimpl.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/apiimpl.dart
|
| @@ -65,7 +65,8 @@ class Compiler extends leg.Compiler {
|
| options, '--build-id=',
|
| "build number could not be determined"),
|
| showPackageWarnings:
|
| - hasOption(options, '--show-package-warnings')) {
|
| + hasOption(options, '--show-package-warnings'),
|
| + useContentSecurityPolicy: hasOption(options, '--csp')) {
|
| if (!libraryRoot.path.endsWith("/")) {
|
| throw new ArgumentError("libraryRoot must end with a /");
|
| }
|
|
|