| Index: sdk/lib/html/templates/html/dart2js/factoryprovider_TextTrackCue.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/dart2js/factoryprovider_TextTrackCue.darttemplate b/sdk/lib/html/templates/html/dart2js/factoryprovider_TextTrackCue.darttemplate
|
| deleted file mode 100644
|
| index c37ff39b01238e83709d3d15a55d1f2d8ce2732a..0000000000000000000000000000000000000000
|
| --- a/sdk/lib/html/templates/html/dart2js/factoryprovider_TextTrackCue.darttemplate
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| - static TextTrackCue _create(
|
| - num startTime, num endTime, String text,
|
| - [String settings, bool pauseOnExit]) {
|
| - if (settings == null) {
|
| - return JS('TextTrackCue',
|
| - 'new TextTrackCue(#,#,#)',
|
| - startTime, endTime, text);
|
| - }
|
| - if (pauseOnExit == null) {
|
| - return JS('TextTrackCue',
|
| - 'new TextTrackCue(#,#,#,#)',
|
| - startTime, endTime, text, settings);
|
| - }
|
| - return JS('TextTrackCue',
|
| - 'new TextTrackCue(#,#,#,#,#)',
|
| - startTime, endTime, text, settings, pauseOnExit);
|
| - }
|
|
|