| Index: client/dom/generated/src/frog/WebGLContextAttributes.dart
|
| diff --git a/client/dom/generated/src/frog/WebGLContextAttributes.dart b/client/dom/generated/src/frog/WebGLContextAttributes.dart
|
| index 0b2d258c500134a00db7042ea68f09db090370ff..58896e881c863fbf34c1f412d245d8624a3468b5 100644
|
| --- a/client/dom/generated/src/frog/WebGLContextAttributes.dart
|
| +++ b/client/dom/generated/src/frog/WebGLContextAttributes.dart
|
| @@ -1,5 +1,5 @@
|
|
|
| -class WebGLContextAttributesJS implements WebGLContextAttributes native "*WebGLContextAttributes" {
|
| +class WebGLContextAttributesJs extends DOMTypeJs implements WebGLContextAttributes native "*WebGLContextAttributes" {
|
|
|
| bool get alpha() native "return this.alpha;";
|
|
|
| @@ -24,8 +24,4 @@ class WebGLContextAttributesJS implements WebGLContextAttributes native "*WebGLC
|
| bool get stencil() native "return this.stencil;";
|
|
|
| void set stencil(bool value) native "this.stencil = value;";
|
| -
|
| - var dartObjectLocalStorage;
|
| -
|
| - String get typeName() native;
|
| }
|
|
|