Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(213)

Side by Side Diff: sdk/lib/web_audio/dartium/web_audio_dartium.dart

Issue 12036071: Fixing analyzer issues in DOM libs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 library web_audio; 1 library web_audio;
2 2
3 import 'dart:async'; 3 import 'dart:async';
4 import 'dart:collection';
5 import 'dart:collection-dev';
4 import 'dart:html'; 6 import 'dart:html';
7 import 'dart:html_common';
5 import 'dart:nativewrappers'; 8 import 'dart:nativewrappers';
6 // DO NOT EDIT 9 // DO NOT EDIT
7 // Auto-generated dart:audio library. 10 // Auto-generated dart:audio library.
8 11
9 12
10 13
11 14
12 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 15 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
13 // for details. All rights reserved. Use of this source code is governed by a 16 // for details. All rights reserved. Use of this source code is governed by a
14 // BSD-style license that can be found in the LICENSE file. 17 // BSD-style license that can be found in the LICENSE file.
(...skipping 1097 matching lines...) Expand 10 before | Expand all | Expand 10 after
1112 1115
1113 // WARNING: Do not edit - generated code. 1116 // WARNING: Do not edit - generated code.
1114 1117
1115 1118
1116 @DocsEditable 1119 @DocsEditable
1117 @DomName('WaveTable') 1120 @DomName('WaveTable')
1118 class WaveTable extends NativeFieldWrapperClass1 { 1121 class WaveTable extends NativeFieldWrapperClass1 {
1119 WaveTable.internal(); 1122 WaveTable.internal();
1120 1123
1121 } 1124 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698