Index: Source/core/html/canvas/WebGLSync.h |
diff --git a/Source/core/html/canvas/WebGLSync.h b/Source/core/html/canvas/WebGLSync.h |
index 6c265dd624d068f243861d26c8fe598922597d48..0d9a46ad19259eccad6daac9960d4535935606be 100644 |
--- a/Source/core/html/canvas/WebGLSync.h |
+++ b/Source/core/html/canvas/WebGLSync.h |
@@ -23,7 +23,7 @@ protected: |
WebGLSync(WebGL2RenderingContextBase*, WGC3Dsync, GLenum objectType); |
bool hasObject() const override { return m_object != 0; } |
- void deleteObjectImpl(blink::WebGraphicsContext3D*) override; |
+ void deleteObjectImpl(WebGraphicsContext3D*) override; |
GLenum objectType() const { return m_objectType; } |