| Index: third_party/WebKit/Source/modules/csspaint/WindowPaintWorklet.cpp
|
| diff --git a/third_party/WebKit/Source/modules/csspaint/WindowPaintWorklet.cpp b/third_party/WebKit/Source/modules/csspaint/WindowPaintWorklet.cpp
|
| index 0bc49d76d7cd57fc001478692e6e2817ade5d251..0db67caf33593c06ff6fc5e50bcacda91a75502d 100644
|
| --- a/third_party/WebKit/Source/modules/csspaint/WindowPaintWorklet.cpp
|
| +++ b/third_party/WebKit/Source/modules/csspaint/WindowPaintWorklet.cpp
|
| @@ -26,7 +26,7 @@ WindowPaintWorklet& WindowPaintWorklet::from(LocalDOMWindow& window)
|
| WindowPaintWorklet* supplement = static_cast<WindowPaintWorklet*>(HeapSupplement<LocalDOMWindow>::from(window, supplementName()));
|
| if (!supplement) {
|
| supplement = new WindowPaintWorklet(window);
|
| - provideTo(window, supplementName(), adoptPtrWillBeNoop(supplement));
|
| + provideTo(window, supplementName(), supplement);
|
| }
|
| return *supplement;
|
| }
|
|
|