| 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
|
| index 97c4bd005678e3d61dcf05772eaf600d695bb73d..3f3a5935d2cefd493e24d26efd8bef4027c8967e 100644
|
| --- a/client/dom/generated/src/wrapping/_WebKitCSSTransformValueWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_WebKitCSSTransformValueWrappingImplementation.dart
|
| @@ -11,8 +11,8 @@ class _WebKitCSSTransformValueWrappingImplementation extends _CSSValueListWrappi
|
| return new _WebKitCSSTransformValueWrappingImplementation();
|
| }
|
|
|
| - int get operationType() { return _get__WebKitCSSTransformValue_operationType(this); }
|
| - static int _get__WebKitCSSTransformValue_operationType(var _this) native;
|
| + int get operationType() { return _get_operationType(this); }
|
| + static int _get_operationType(var _this) native;
|
|
|
| String get typeName() { return "WebKitCSSTransformValue"; }
|
| }
|
|
|