| OLD | NEW |
| (Empty) |
| 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 | |
| 3 // BSD-style license that can be found in the LICENSE file. | |
| 4 | |
| 5 // DO NOT EDIT | |
| 6 // Auto-generated dart:_blink library. | |
| 7 | |
| 8 /** | |
| 9 * This library provides entry points to the native Blink code which backs | |
| 10 * up the dart:html library. | |
| 11 */ | |
| 12 library dart.dom._blink; | |
| 13 | |
| 14 part '$AUXILIARY_DIR/blink_native_DOMImplementation.dart'; | |
| 15 | |
| 16 $!GENERATED_DART_FILES | |
| 17 | |
| OLD | NEW |