| Index: client/dom/generated/src/wrapping/_WebGLRenderingContextWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_WebGLRenderingContextWrappingImplementation.dart b/client/dom/generated/src/wrapping/_WebGLRenderingContextWrappingImplementation.dart
|
| index bd8b0a2d311e97bed3c90126450d7515a47ff0f2..8ce0dc8180f5c3f0afafa2dd5365954d36ad1cef 100644
|
| --- a/client/dom/generated/src/wrapping/_WebGLRenderingContextWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_WebGLRenderingContextWrappingImplementation.dart
|
| @@ -356,11 +356,10 @@ class _WebGLRenderingContextWrappingImplementation extends _CanvasRenderingConte
|
| }
|
| static WebGLActiveInfo _getActiveUniform(receiver, program, index) native;
|
|
|
| - void getAttachedShaders(WebGLProgram program) {
|
| - _getAttachedShaders(this, program);
|
| - return;
|
| + List getAttachedShaders(WebGLProgram program) {
|
| + return _getAttachedShaders(this, program);
|
| }
|
| - static void _getAttachedShaders(receiver, program) native;
|
| + static List _getAttachedShaders(receiver, program) native;
|
|
|
| int getAttribLocation(WebGLProgram program, String name) {
|
| return _getAttribLocation(this, program, name);
|
|
|