| Index: client/dom/generated/src/wrapping/_WebKitCSSFilterValueWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_WebKitCSSFilterValueWrappingImplementation.dart b/client/dom/generated/src/wrapping/_WebKitCSSFilterValueWrappingImplementation.dart
|
| index 27203bf7a402d20d22ac9e210899d36ab36ae3d5..c2e028ba79975f3dca9d0fd4106a6b3ee2c55468 100644
|
| --- a/client/dom/generated/src/wrapping/_WebKitCSSFilterValueWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_WebKitCSSFilterValueWrappingImplementation.dart
|
| @@ -11,8 +11,8 @@ class _WebKitCSSFilterValueWrappingImplementation extends _CSSValueListWrappingI
|
| return new _WebKitCSSFilterValueWrappingImplementation();
|
| }
|
|
|
| - int get operationType() { return _get__WebKitCSSFilterValue_operationType(this); }
|
| - static int _get__WebKitCSSFilterValue_operationType(var _this) native;
|
| + int get operationType() { return _get_operationType(this); }
|
| + static int _get_operationType(var _this) native;
|
|
|
| String get typeName() { return "WebKitCSSFilterValue"; }
|
| }
|
|
|