Index: Source/core/rendering/RenderLayerReflectionInfo.h |
diff --git a/Source/core/rendering/RenderLayerReflectionInfo.h b/Source/core/rendering/RenderLayerReflectionInfo.h |
index e0a38958ec3c6244d4104ce8176850eae8dd8d1e..45772f60987934980333c5d2cee61e19fb42e855 100644 |
--- a/Source/core/rendering/RenderLayerReflectionInfo.h |
+++ b/Source/core/rendering/RenderLayerReflectionInfo.h |
@@ -70,8 +70,6 @@ public: |
void paint(GraphicsContext*, const LayerPaintingInfo&, PaintLayerFlags); |
- String debugName() const; |
- |
private: |
RenderBox& box() { return *m_box; } |
const RenderBox& box() const { return *m_box; } |