| Index: sdk/lib/html/dart2js/html_dart2js.dart
|
| diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
|
| index d7d8f6aace0f2f9e26dc9e31d9cc6b2dbffda96d..a4f487cfd8b5f175873d3ba5c54ef3a753dd06cc 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -23263,6 +23263,11 @@ class Url extends Interceptor native "URL" {
|
| JS('void',
|
| '(self.URL || self.webkitURL).revokeObjectURL(#)', url);
|
|
|
| + @JSName('createObjectURL')
|
| + @DomName('URL.createObjectURL')
|
| + @DocsEditable()
|
| + static String _createObjectUrlFromWebKitSource(_WebKitMediaSource source) native;
|
| +
|
| }
|
| // 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
|
|
|