| 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 db2a9b84f30d2e2128bf17a59b61f478e73e0b74..7859231c982f5f7827534db08e3062615d136e7f 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerReflectionInfo.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerReflectionInfo.cpp
|
| @@ -65,7 +65,7 @@ PaintLayerReflectionInfo::PaintLayerReflectionInfo(LayoutBox& layoutObject)
|
| m_reflection->setDangerousOneWayParent(m_box);
|
| }
|
|
|
| -void PaintLayerReflectionInfo::destroy()
|
| +PaintLayerReflectionInfo::~PaintLayerReflectionInfo()
|
| {
|
| if (!m_reflection->documentBeingDestroyed())
|
| m_reflection->removeLayers(box().layer());
|
|
|