| Index: sdk/lib/web_gl/dart2js/web_gl_dart2js.dart
|
| diff --git a/sdk/lib/web_gl/dart2js/web_gl_dart2js.dart b/sdk/lib/web_gl/dart2js/web_gl_dart2js.dart
|
| index 747c6860094fc8d3e9a7be6e1ed8f7964fe7ab10..dd853fbda08a49001a025fc19bcb391425e2f8ff 100644
|
| --- a/sdk/lib/web_gl/dart2js/web_gl_dart2js.dart
|
| +++ b/sdk/lib/web_gl/dart2js/web_gl_dart2js.dart
|
| @@ -2410,7 +2410,15 @@ class RenderingContext extends CanvasRenderingContext native "WebGLRenderingCont
|
|
|
| @DomName('WebGLRenderingContext.getContextAttributes')
|
| @DocsEditable()
|
| - ContextAttributes getContextAttributes() native;
|
| + @Creates('ContextAttributes|=Object')
|
| + ContextAttributes getContextAttributes() {
|
| + return convertNativeToDart_ContextAttributes(_getContextAttributes_1());
|
| + }
|
| + @JSName('getContextAttributes')
|
| + @DomName('WebGLRenderingContext.getContextAttributes')
|
| + @DocsEditable()
|
| + @Creates('ContextAttributes|=Object')
|
| + _getContextAttributes_1() native;
|
|
|
| @DomName('WebGLRenderingContext.getError')
|
| @DocsEditable()
|
|
|