| Index: sdk/lib/chrome/dart2js/chrome_dart2js.dart
|
| diff --git a/sdk/lib/chrome/dart2js/chrome_dart2js.dart b/sdk/lib/chrome/dart2js/chrome_dart2js.dart
|
| index f40fbe6d60bdcf5c52996f57b7f8aa64ee190689..7c982f4f9b1bd143c09a11b18d532bec9bd2a54e 100644
|
| --- a/sdk/lib/chrome/dart2js/chrome_dart2js.dart
|
| +++ b/sdk/lib/chrome/dart2js/chrome_dart2js.dart
|
| @@ -1,3 +1,8 @@
|
| +library chrome;
|
| +
|
| +import 'dart:_foreign_helper' show JS;
|
| +import 'dart:html_common';
|
| +import 'dart:html';
|
| // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
| @@ -5,11 +10,12 @@
|
| // DO NOT EDIT
|
| // Auto-generated dart:chrome library.
|
|
|
| -library chrome;
|
|
|
| -import 'dart:_foreign_helper' show JS;
|
| -import 'dart:html_common';
|
| -import 'dart:html';
|
| +
|
| +
|
| +// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
|
| +// for details. All rights reserved. Use of this source code is governed by a
|
| +// BSD-style license that can be found in the LICENSE file.
|
|
|
| /**
|
| * A set of utilities for use with the Chrome Extension APIs.
|
| @@ -977,4 +983,4 @@ class API_ChromeAppWindow {
|
| convertDartClosureToJS(__proxy_callback, 1)
|
| );
|
| }
|
| -}
|
| +}
|
|
|