Index: lib/dom/templates/dom/dart2js/factoryprovider_HTMLAudioElement.darttemplate |
=================================================================== |
--- lib/dom/templates/dom/dart2js/factoryprovider_HTMLAudioElement.darttemplate (revision 11969) |
+++ lib/dom/templates/dom/dart2js/factoryprovider_HTMLAudioElement.darttemplate (working copy) |
@@ -1,11 +0,0 @@ |
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
-// for details. All rights reserved. Use of this source code is governed by a |
-// BSD-style license that can be found in the LICENSE file. |
- |
-class $FACTORYPROVIDER { |
- factory HTMLAudioElement([String src = null]) native |
-''' |
-if (src == null) return new Audio(); |
-return new Audio(src); |
-'''; |
-} |