| Index: Source/core/html/canvas/WebGLContextGroup.cpp
|
| diff --git a/Source/core/html/canvas/WebGLContextGroup.cpp b/Source/core/html/canvas/WebGLContextGroup.cpp
|
| index b75d8200cf6dbc1eef7ce2289fa0232a21225dab..e9e3ebe267e639e30864491c04db7236a589b020 100644
|
| --- a/Source/core/html/canvas/WebGLContextGroup.cpp
|
| +++ b/Source/core/html/canvas/WebGLContextGroup.cpp
|
| @@ -50,7 +50,7 @@ blink::WebGraphicsContext3D* WebGLContextGroup::getAWebGraphicsContext3D()
|
| {
|
| ASSERT(!m_contexts.isEmpty());
|
| HashSet<WebGLRenderingContextBase*>::iterator it = m_contexts.begin();
|
| - return (*it)->webGraphicsContext3D();
|
| + return (*it)->webContext();
|
| }
|
|
|
| void WebGLContextGroup::addContext(WebGLRenderingContextBase* context)
|
|
|