| Index: lib/html/frog/html_frog.dart
|
| diff --git a/lib/html/frog/html_frog.dart b/lib/html/frog/html_frog.dart
|
| index 1ac938de4133d5aabd0e4f22b39afc4352c77e99..a0755ece96f3a7b5f7f1475f44b7c0d5ccd87d27 100644
|
| --- a/lib/html/frog/html_frog.dart
|
| +++ b/lib/html/frog/html_frog.dart
|
| @@ -4494,10 +4494,6 @@ class _DOMTokenListImpl implements DOMTokenList native "*DOMTokenList" {
|
| }
|
|
|
| class _DOMURLImpl implements DOMURL native "*DOMURL" {
|
| -
|
| - String createObjectURL(blob_OR_stream) native;
|
| -
|
| - void revokeObjectURL(String url) native;
|
| }
|
|
|
| class _DataTransferItemImpl implements DataTransferItem native "*DataTransferItem" {
|
| @@ -21722,12 +21718,6 @@ interface DOMTokenList {
|
| interface DOMURL default _DOMURLFactoryProvider {
|
|
|
| DOMURL();
|
| -
|
| - /** @domName DOMURL.createObjectURL */
|
| - String createObjectURL(blob_OR_stream);
|
| -
|
| - /** @domName DOMURL.revokeObjectURL */
|
| - void revokeObjectURL(String url);
|
| }
|
| // 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
|
|
|