| OLD | NEW |
| 1 library indexed_db; | 1 library indexed_db; |
| 2 | 2 |
| 3 import 'dart:async'; | 3 import 'dart:async'; |
| 4 import 'dart:html'; | 4 import 'dart:html'; |
| 5 import 'dart:html_common'; | 5 import 'dart:html_common'; |
| 6 import 'dart:nativewrappers'; | 6 import 'dart:nativewrappers'; |
| 7 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8 // for details. All rights reserved. Use of this source code is governed by a | 8 // for details. All rights reserved. Use of this source code is governed by a |
| 9 // BSD-style license that can be found in the LICENSE file. | 9 // BSD-style license that can be found in the LICENSE file. |
| 10 | 10 |
| (...skipping 1051 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1062 } | 1062 } |
| 1063 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1063 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1064 // for details. All rights reserved. Use of this source code is governed by a | 1064 // for details. All rights reserved. Use of this source code is governed by a |
| 1065 // BSD-style license that can be found in the LICENSE file. | 1065 // BSD-style license that can be found in the LICENSE file. |
| 1066 | 1066 |
| 1067 // WARNING: Do not edit - generated code. | 1067 // WARNING: Do not edit - generated code. |
| 1068 | 1068 |
| 1069 | 1069 |
| 1070 @DocsEditable | 1070 @DocsEditable |
| 1071 @DomName('IDBAny') | 1071 @DomName('IDBAny') |
| 1072 class _Any extends NativeFieldWrapperClass1 { | 1072 class _IDBAny extends NativeFieldWrapperClass1 { |
| 1073 _Any.internal(); | 1073 _IDBAny.internal(); |
| 1074 | 1074 |
| 1075 } | 1075 } |
| OLD | NEW |