Index: Source/core/html/canvas/WebGLQuery.h |
diff --git a/Source/core/html/canvas/WebGLQuery.h b/Source/core/html/canvas/WebGLQuery.h |
index e2faf7aa20d4d39450a8d94430a762aa30237b8f..59e860499571bd66b1107da3a0943a50450f03cb 100644 |
--- a/Source/core/html/canvas/WebGLQuery.h |
+++ b/Source/core/html/canvas/WebGLQuery.h |
@@ -22,7 +22,7 @@ public: |
protected: |
explicit WebGLQuery(WebGL2RenderingContextBase*); |
- void deleteObjectImpl(blink::WebGraphicsContext3D*) override; |
+ void deleteObjectImpl(WebGraphicsContext3D*) override; |
private: |
bool isQuery() const override { return true; } |