| Index: trunk/Source/core/html/canvas/WebGLDebugShaders.cpp
|
| ===================================================================
|
| --- trunk/Source/core/html/canvas/WebGLDebugShaders.cpp (revision 168480)
|
| +++ trunk/Source/core/html/canvas/WebGLDebugShaders.cpp (working copy)
|
| @@ -58,7 +58,7 @@
|
| return String();
|
| if (!m_context->validateWebGLObject("getTranslatedShaderSource", shader))
|
| return "";
|
| - return m_context->webContext()->getTranslatedShaderSourceANGLE(shader->object());
|
| + return m_context->webGraphicsContext3D()->getTranslatedShaderSourceANGLE(shader->object());
|
| }
|
|
|
| bool WebGLDebugShaders::supported(WebGLRenderingContextBase* context)
|
|
|