Index: client/html/generated/src/wrapping/_DOMURLWrappingImplementation.dart |
diff --git a/client/html/generated/src/wrapping/_DOMURLWrappingImplementation.dart b/client/html/generated/src/wrapping/_DOMURLWrappingImplementation.dart |
deleted file mode 100644 |
index a29a5530ccb2115cba72297f21f57bae4949b4fb..0000000000000000000000000000000000000000 |
--- a/client/html/generated/src/wrapping/_DOMURLWrappingImplementation.dart |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
-// for details. All rights reserved. Use of this source code is governed by a |
-// BSD-style license that can be found in the LICENSE file. |
- |
-// WARNING: Do not edit - generated code. |
- |
-class DOMURLWrappingImplementation extends DOMWrapperBase implements DOMURL { |
- DOMURLWrappingImplementation._wrap(ptr) : super._wrap(ptr) {} |
- |
- String createObjectURL(Blob blob) { |
- return _ptr.createObjectURL(LevelDom.unwrap(blob)); |
- } |
- |
- void revokeObjectURL(String url) { |
- _ptr.revokeObjectURL(url); |
- return; |
- } |
-} |