| Index: Source/core/html/canvas/WebGLRenderingContextBase.idl
|
| diff --git a/Source/core/html/canvas/WebGLRenderingContextBase.idl b/Source/core/html/canvas/WebGLRenderingContextBase.idl
|
| index 9a1c8640b14b4168462f3bc2622820e729fb3d85..c3c4e77c856bceb7cc9a1ede0784f52623ca044f 100644
|
| --- a/Source/core/html/canvas/WebGLRenderingContextBase.idl
|
| +++ b/Source/core/html/canvas/WebGLRenderingContextBase.idl
|
| @@ -545,7 +545,7 @@ typedef unrestricted float GLclampf;
|
| WebGLActiveInfo getActiveAttrib(WebGLProgram? program, GLuint index);
|
| WebGLActiveInfo getActiveUniform(WebGLProgram? program, GLuint index);
|
|
|
| - [Custom] void getAttachedShaders(WebGLProgram? program);
|
| + sequence<WebGLShader>? getAttachedShaders(WebGLProgram? program);
|
|
|
| GLint getAttribLocation(WebGLProgram? program, DOMString name);
|
|
|
|
|