| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index fe9efb37e12b09fc87b51e390cb648ab24df8f03..c86e901d5979632da1ec0c5f2d9691bea2ed64ba 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -41277,11 +41277,11 @@ class Url extends DartHtmlDomObject implements UrlUtils {
|
| return _blink.BlinkURL.instance
|
| .createObjectURL_Callback_1_(blob_OR_source_OR_stream);
|
| }
|
| - if ((blob_OR_source_OR_stream is MediaSource)) {
|
| + if ((blob_OR_source_OR_stream is MediaStream)) {
|
| return _blink.BlinkURL.instance
|
| .createObjectURL_Callback_1_(blob_OR_source_OR_stream);
|
| }
|
| - if ((blob_OR_source_OR_stream is MediaStream)) {
|
| + if ((blob_OR_source_OR_stream is MediaSource)) {
|
| return _blink.BlinkURL.instance
|
| .createObjectURL_Callback_1_(blob_OR_source_OR_stream);
|
| }
|
|
|