| Index: third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp b/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp
|
| index 60c4b34931d14270c7c6d23ae90b3a448c53ca4a..68ecef1070c251c909dff0c35963e4edaac71e1a 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp
|
| @@ -68,8 +68,8 @@ public:
|
|
|
| ~GraphicsLayerTest() override
|
| {
|
| - m_graphicsLayer.clear();
|
| - m_layerTreeView.clear();
|
| + m_graphicsLayer.reset();
|
| + m_layerTreeView.reset();
|
| }
|
|
|
| WebLayerTreeView* layerTreeView() { return m_layerTreeView.get(); }
|
|
|