Index: client/dom/generated/src/wrapping/_DOMFormDataWrappingImplementation.dart |
diff --git a/client/dom/generated/src/wrapping/_DOMFormDataWrappingImplementation.dart b/client/dom/generated/src/wrapping/_DOMFormDataWrappingImplementation.dart |
deleted file mode 100644 |
index 5632bf2da1903450d17504cf268c8dc3cf0c5bc4..0000000000000000000000000000000000000000 |
--- a/client/dom/generated/src/wrapping/_DOMFormDataWrappingImplementation.dart |
+++ /dev/null |
@@ -1,21 +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 _DOMFormDataWrappingImplementation extends DOMWrapperBase implements DOMFormData { |
- _DOMFormDataWrappingImplementation() : super() {} |
- |
- static create__DOMFormDataWrappingImplementation() native { |
- return new _DOMFormDataWrappingImplementation(); |
- } |
- |
- void append(String name, String value, String filename) { |
- _append(this, name, value, filename); |
- return; |
- } |
- static void _append(receiver, name, value, filename) native; |
- |
- String get typeName() { return "DOMFormData"; } |
-} |