| Index: lib/dom/dom.dart
|
| diff --git a/lib/dom/dom.dart b/lib/dom/dom.dart
|
| index 6e241ceb4dbc058ceba44f187b3c23f12047d831..f12abd0abd659d84b670ca257f546441ae73ecef 100644
|
| --- a/lib/dom/dom.dart
|
| +++ b/lib/dom/dom.dart
|
| @@ -1700,10 +1700,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
|
|
|