Index: client/dom/generated/src/wrapping/_WebKitCSSTransformValueWrappingImplementation.dart |
diff --git a/client/dom/generated/src/wrapping/_WebKitCSSTransformValueWrappingImplementation.dart b/client/dom/generated/src/wrapping/_WebKitCSSTransformValueWrappingImplementation.dart |
deleted file mode 100644 |
index 3f3a5935d2cefd493e24d26efd8bef4027c8967e..0000000000000000000000000000000000000000 |
--- a/client/dom/generated/src/wrapping/_WebKitCSSTransformValueWrappingImplementation.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 _WebKitCSSTransformValueWrappingImplementation extends _CSSValueListWrappingImplementation implements WebKitCSSTransformValue { |
- _WebKitCSSTransformValueWrappingImplementation() : super() {} |
- |
- static create__WebKitCSSTransformValueWrappingImplementation() native { |
- return new _WebKitCSSTransformValueWrappingImplementation(); |
- } |
- |
- int get operationType() { return _get_operationType(this); } |
- static int _get_operationType(var _this) native; |
- |
- String get typeName() { return "WebKitCSSTransformValue"; } |
-} |