Index: third_party/WebKit/Source/modules/webgl/WebGLObject.h |
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLObject.h b/third_party/WebKit/Source/modules/webgl/WebGLObject.h |
index 6fe0442298e365e767876869325286932dc2abce..1c2edaada7e7fe32d27925faa124e142a2b27881 100644 |
--- a/third_party/WebKit/Source/modules/webgl/WebGLObject.h |
+++ b/third_party/WebKit/Source/modules/webgl/WebGLObject.h |
@@ -57,6 +57,7 @@ GLuint objectNonZero(const T* object) |
} |
class WebGLObject : public GarbageCollectedFinalized<WebGLObject>, public ScriptWrappable { |
+ WTF_MAKE_NONCOPYABLE(WebGLObject); |
public: |
virtual ~WebGLObject(); |