| Index: client/dom/generated/src/wrapping/_WebGLActiveInfoWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_WebGLActiveInfoWrappingImplementation.dart b/client/dom/generated/src/wrapping/_WebGLActiveInfoWrappingImplementation.dart
|
| index 1ed75d64fb6bd4dffee576400c9d5369baad7802..391be0a05dab1182310e53876398e61e2aa1dd12 100644
|
| --- a/client/dom/generated/src/wrapping/_WebGLActiveInfoWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_WebGLActiveInfoWrappingImplementation.dart
|
| @@ -11,14 +11,14 @@ class _WebGLActiveInfoWrappingImplementation extends DOMWrapperBase implements W
|
| return new _WebGLActiveInfoWrappingImplementation();
|
| }
|
|
|
| - String get name() { return _get__WebGLActiveInfo_name(this); }
|
| - static String _get__WebGLActiveInfo_name(var _this) native;
|
| + String get name() { return _get_name(this); }
|
| + static String _get_name(var _this) native;
|
|
|
| - int get size() { return _get__WebGLActiveInfo_size(this); }
|
| - static int _get__WebGLActiveInfo_size(var _this) native;
|
| + int get size() { return _get_size(this); }
|
| + static int _get_size(var _this) native;
|
|
|
| - int get type() { return _get__WebGLActiveInfo_type(this); }
|
| - static int _get__WebGLActiveInfo_type(var _this) native;
|
| + int get type() { return _get_type(this); }
|
| + static int _get_type(var _this) native;
|
|
|
| String get typeName() { return "WebGLActiveInfo"; }
|
| }
|
|
|