| Index: sdk/lib/_blink/dartium/_blink_dartium.dart
|
| diff --git a/sdk/lib/blink/dartium/blink_dartium.dart b/sdk/lib/_blink/dartium/_blink_dartium.dart
|
| similarity index 99%
|
| rename from sdk/lib/blink/dartium/blink_dartium.dart
|
| rename to sdk/lib/_blink/dartium/_blink_dartium.dart
|
| index 7dc4441016dd527e2eacc3fb0632e9b7f24c5da1..5209eb4aa188ffc276b47c5e70b4268d48ca4a11 100644
|
| --- a/sdk/lib/blink/dartium/blink_dartium.dart
|
| +++ b/sdk/lib/_blink/dartium/_blink_dartium.dart
|
| @@ -2,14 +2,14 @@
|
| * This library provides entry points to the native Blink code which backs
|
| * up the dart:html library.
|
| */
|
| -library dart.dom.blink;
|
| +library dart.dom._blink;
|
|
|
| // Copyright (c) 2014, 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.
|
|
|
| // DO NOT EDIT
|
| -// Auto-generated dart:blink library.
|
| +// Auto-generated dart:_blink library.
|
|
|
|
|
|
|
|
|