| Index: lib/html/templates/html/dart2js/factoryprovider_AudioElement.darttemplate
|
| diff --git a/lib/html/templates/html/dart2js/factoryprovider_AudioElement.darttemplate b/lib/html/templates/html/dart2js/factoryprovider_AudioElement.darttemplate
|
| index 67c6ca8b203069c713102e8974fa88fa59735564..e657b020c75651a83d1d42cc8263ef183c1aafed 100644
|
| --- a/lib/html/templates/html/dart2js/factoryprovider_AudioElement.darttemplate
|
| +++ b/lib/html/templates/html/dart2js/factoryprovider_AudioElement.darttemplate
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| class $FACTORYPROVIDER {
|
| - factory AudioElement([String src = null]) native '''
|
| + static AudioElement createAudioElement([String src = null]) native '''
|
| if (src == null) return new Audio();
|
| return new Audio(src);
|
| ''';
|
|
|