| Index: trunk/Source/core/html/canvas/WebGLContextGroup.cpp
|
| ===================================================================
|
| --- trunk/Source/core/html/canvas/WebGLContextGroup.cpp (revision 168480)
|
| +++ trunk/Source/core/html/canvas/WebGLContextGroup.cpp (working copy)
|
| @@ -50,7 +50,7 @@
|
| {
|
| ASSERT(!m_contexts.isEmpty());
|
| HashSet<WebGLRenderingContextBase*>::iterator it = m_contexts.begin();
|
| - return (*it)->webContext();
|
| + return (*it)->webGraphicsContext3D();
|
| }
|
|
|
| void WebGLContextGroup::addContext(WebGLRenderingContextBase* context)
|
|
|