Index: Source/core/rendering/RenderObject.h |
diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h |
index 399c0380079a52efb44ec07c23aca9afcdf972da..1f4f76c6ce20e76d40be0a0134aeb56df6c73bdd 100644 |
--- a/Source/core/rendering/RenderObject.h |
+++ b/Source/core/rendering/RenderObject.h |
@@ -137,6 +137,7 @@ class RenderObject : public ImageResourceClient { |
friend class RenderLayerReflectionInfo; // For setParent |
friend class RenderLayerScrollableArea; // For setParent. |
friend class RenderObjectChildList; |
+ WTF_MAKE_NONCOPYABLE(RenderObject); |
public: |
// Anonymous objects should pass the document as their node, and they will then automatically be |
// marked as anonymous in the constructor. |