| Index: Source/core/html/canvas/WebGLProgram.h
 | 
| diff --git a/Source/core/html/canvas/WebGLProgram.h b/Source/core/html/canvas/WebGLProgram.h
 | 
| index 7cbee4babb08c109a052fefc556a3e4dc9c4ab33..db78d370a45ecbfa5a892fcbcddff500702f560b 100644
 | 
| --- a/Source/core/html/canvas/WebGLProgram.h
 | 
| +++ b/Source/core/html/canvas/WebGLProgram.h
 | 
| @@ -64,12 +64,12 @@ public:
 | 
|  protected:
 | 
|      explicit WebGLProgram(WebGLRenderingContextBase*);
 | 
|  
 | 
| -    void deleteObjectImpl(blink::WebGraphicsContext3D*) override;
 | 
| +    void deleteObjectImpl(WebGraphicsContext3D*) override;
 | 
|  
 | 
|  private:
 | 
|      bool isProgram() const override { return true; }
 | 
|  
 | 
| -    void cacheActiveAttribLocations(blink::WebGraphicsContext3D*);
 | 
| +    void cacheActiveAttribLocations(WebGraphicsContext3D*);
 | 
|      void cacheInfoIfNeeded();
 | 
|  
 | 
|      Vector<GLint> m_activeAttribLocations;
 | 
| 
 |