Index: third_party/WebKit/Source/core/paint/PaintLayerReflectionInfo.cpp |
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerReflectionInfo.cpp b/third_party/WebKit/Source/core/paint/PaintLayerReflectionInfo.cpp |
index 7859231c982f5f7827534db08e3062615d136e7f..db2a9b84f30d2e2128bf17a59b61f478e73e0b74 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayerReflectionInfo.cpp |
+++ b/third_party/WebKit/Source/core/paint/PaintLayerReflectionInfo.cpp |
@@ -65,7 +65,7 @@ |
m_reflection->setDangerousOneWayParent(m_box); |
} |
-PaintLayerReflectionInfo::~PaintLayerReflectionInfo() |
+void PaintLayerReflectionInfo::destroy() |
{ |
if (!m_reflection->documentBeingDestroyed()) |
m_reflection->removeLayers(box().layer()); |