| OLD | NEW |
| 1 library dart.dom.indexed_db; | 1 library dart.dom.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:typeddata'; |
| 6 import 'dart:_js_helper' show Creates, Returns, JSName, Null; | 7 import 'dart:_js_helper' show Creates, Returns, JSName, Null; |
| 7 import 'dart:_foreign_helper' show JS; | 8 import 'dart:_foreign_helper' show JS; |
| 8 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 9 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 9 // for details. All rights reserved. Use of this source code is governed by a | 10 // for details. All rights reserved. Use of this source code is governed by a |
| 10 // BSD-style license that can be found in the LICENSE file. | 11 // BSD-style license that can be found in the LICENSE file. |
| 11 | 12 |
| 12 // DO NOT EDIT - unless you are editing documentation as per: | 13 // DO NOT EDIT - unless you are editing documentation as per: |
| 13 // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation | 14 // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation |
| 14 // Auto-generated dart:svg library. | 15 // Auto-generated dart:svg library. |
| 15 | 16 |
| (...skipping 1222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1238 } | 1239 } |
| 1239 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1240 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1240 // for details. All rights reserved. Use of this source code is governed by a | 1241 // for details. All rights reserved. Use of this source code is governed by a |
| 1241 // BSD-style license that can be found in the LICENSE file. | 1242 // BSD-style license that can be found in the LICENSE file. |
| 1242 | 1243 |
| 1243 | 1244 |
| 1244 @DocsEditable | 1245 @DocsEditable |
| 1245 @DomName('IDBAny') | 1246 @DomName('IDBAny') |
| 1246 abstract class _IDBAny native "*IDBAny" { | 1247 abstract class _IDBAny native "*IDBAny" { |
| 1247 } | 1248 } |
| OLD | NEW |