OLD | NEW |
1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file | 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file |
2 // for details. All rights reserved. Use of this source code is governed by a | 2 // for details. All rights reserved. Use of this source code is governed by a |
3 // BSD-style license that can be found in the LICENSE file. | 3 // BSD-style license that can be found in the LICENSE file. |
4 | 4 |
5 // DO NOT EDIT | 5 // DO NOT EDIT |
6 // Auto-generated dart:blink library. | 6 // Auto-generated dart:_blink library. |
7 | 7 |
8 /** | 8 /** |
9 * This library provides entry points to the native Blink code which backs | 9 * This library provides entry points to the native Blink code which backs |
10 * up the dart:html library. | 10 * up the dart:html library. |
11 */ | 11 */ |
12 library dart.dom.blink; | 12 library dart.dom._blink; |
13 | 13 |
14 part '$AUXILIARY_DIR/blink_native_DOMImplementation.dart'; | 14 part '$AUXILIARY_DIR/blink_native_DOMImplementation.dart'; |
15 | 15 |
16 $!GENERATED_DART_FILES | 16 $!GENERATED_DART_FILES |
OLD | NEW |