| Index: pkg/dev_compiler/web/main.dart
|
| diff --git a/pkg/dev_compiler/web/main.dart b/pkg/dev_compiler/web/main.dart
|
| index 22b7e08e110b34b9c569dd01c074ed812a416407..1480a6589913b64419f033e582ee992ca15cd77f 100755
|
| --- a/pkg/dev_compiler/web/main.dart
|
| +++ b/pkg/dev_compiler/web/main.dart
|
| @@ -23,7 +23,8 @@ main() {
|
| // Avoid race condition when users try to call $setUpDartDevCompilerInBrowser
|
| // before it is ready by installing the method immediately and making the body
|
| // of the method async.
|
| - setUpCompilerInBrowser = allowInterop((String summaryRoot, String sdkUrl,
|
| + setUpCompilerInBrowser = allowInterop((String summaryRoot,
|
| + String sdkUrl,
|
| List<String> summaryUrls,
|
| Function onCompileReady,
|
| Function onError) async {
|
|
|