| Index: client/dom/generated/src/frog/WebGLActiveInfo.dart
|
| diff --git a/client/dom/generated/src/frog/WebGLActiveInfo.dart b/client/dom/generated/src/frog/WebGLActiveInfo.dart
|
| index 32242c17f3cd653dbda58fbe015ab0f419955be6..116a62fa8a1635a110a76fd47c0e8ea616df19df 100644
|
| --- a/client/dom/generated/src/frog/WebGLActiveInfo.dart
|
| +++ b/client/dom/generated/src/frog/WebGLActiveInfo.dart
|
| @@ -1,11 +1,11 @@
|
|
|
| class WebGLActiveInfo native "*WebGLActiveInfo" {
|
|
|
| - String name;
|
| + String get name() native "return this.name;";
|
|
|
| - int size;
|
| + int get size() native "return this.size;";
|
|
|
| - int type;
|
| + int get type() native "return this.type;";
|
|
|
| var dartObjectLocalStorage;
|
|
|
|
|