| Index: lib/dom/frog/dom_frog.dart
|
| diff --git a/lib/dom/frog/dom_frog.dart b/lib/dom/frog/dom_frog.dart
|
| index 0e22e5471920b18fee4938e22a28281206118163..a33f1546cb5d66ebbcec1ed7b80cba7241c86d0e 100644
|
| --- a/lib/dom/frog/dom_frog.dart
|
| +++ b/lib/dom/frog/dom_frog.dart
|
| @@ -1240,10 +1240,6 @@ class _DOMTokenListJs extends _DOMTypeJs implements DOMTokenList native "*DOMTok
|
| }
|
|
|
| class _DOMURLJs extends _DOMTypeJs implements DOMURL native "*DOMURL" {
|
| -
|
| - String createObjectURL(blob_OR_stream) native;
|
| -
|
| - void revokeObjectURL(String url) 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
|
| @@ -13681,10 +13677,6 @@ interface DOMTokenList {
|
| interface DOMURL default _DOMURLFactoryProvider {
|
|
|
| DOMURL();
|
| -
|
| - String createObjectURL(blob_OR_stream);
|
| -
|
| - 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
|
|
|