| Index: third_party/WebKit/Source/modules/csspaint/PaintWorkletTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/csspaint/PaintWorkletTest.cpp b/third_party/WebKit/Source/modules/csspaint/PaintWorkletTest.cpp
|
| index 43612f8c6da5f6b5f82aaf0ddb367650cbf468ac..368ab9a48163b1279be909f4675410bad77fb3a1 100644
|
| --- a/third_party/WebKit/Source/modules/csspaint/PaintWorkletTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/csspaint/PaintWorkletTest.cpp
|
| @@ -69,7 +69,7 @@ TEST_F(PaintWorkletTest, GarbageCollectionOfCSSPaintDefinition)
|
| ASSERT(!handle.isEmpty());
|
|
|
| // Delete the page & associated objects.
|
| - m_page.clear();
|
| + m_page.reset();
|
|
|
| // Run a GC, the persistent should have been collected.
|
| ThreadHeap::collectAllGarbage();
|
|
|