| Index: third_party/WebKit/Source/modules/webgl/WebGLProgram.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLProgram.cpp b/third_party/WebKit/Source/modules/webgl/WebGLProgram.cpp
|
| index d113ab08ed92246a19c4d720c02706dc3f265b12..ded5ebe759b0d8bd57c2337793d26bfcc7388dc3 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLProgram.cpp
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLProgram.cpp
|
| @@ -147,11 +147,6 @@ bool WebGLProgram::detachShader(WebGLShader* shader)
|
| }
|
| }
|
|
|
| -ScopedPersistent<v8::Array>* WebGLProgram::getPersistentCache()
|
| -{
|
| - return &m_shaderWrappers;
|
| -}
|
| -
|
| void WebGLProgram::cacheInfoIfNeeded(WebGLRenderingContextBase* context)
|
| {
|
| if (m_infoValid)
|
|
|