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

Side by Side Diff: sdk/lib/web_audio/dart2js/web_audio_dart2js.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';
5 import 'dart:html_common'; 7 import 'dart:html_common';
6 // DO NOT EDIT 8 // DO NOT EDIT
7 // Auto-generated dart:audio library. 9 // Auto-generated dart:audio library.
8 10
9 11
10 12
11 13
12 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 14 // 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 15 // for details. All rights reserved. Use of this source code is governed by a
(...skipping 823 matching lines...) Expand 10 before | Expand all | Expand 10 after
837 } 839 }
838 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 840 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
839 // for details. All rights reserved. Use of this source code is governed by a 841 // for details. All rights reserved. Use of this source code is governed by a
840 // BSD-style license that can be found in the LICENSE file. 842 // BSD-style license that can be found in the LICENSE file.
841 843
842 844
843 @DocsEditable 845 @DocsEditable
844 @DomName('WaveTable') 846 @DomName('WaveTable')
845 class WaveTable native "*WaveTable" { 847 class WaveTable native "*WaveTable" {
846 } 848 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698