| Index: third_party/WebKit/Source/modules/csspaint/WindowPaintWorklet.h
|
| diff --git a/third_party/WebKit/Source/modules/csspaint/WindowPaintWorklet.h b/third_party/WebKit/Source/modules/csspaint/WindowPaintWorklet.h
|
| index c69127a2ad8b2c4a672055544ef1b82c47f85326..ed43ec5136afa23635b5f330cbe2a1cdb8af5374 100644
|
| --- a/third_party/WebKit/Source/modules/csspaint/WindowPaintWorklet.h
|
| +++ b/third_party/WebKit/Source/modules/csspaint/WindowPaintWorklet.h
|
| @@ -31,6 +31,9 @@ private:
|
| explicit WindowPaintWorklet(LocalDOMWindow&);
|
| static const char* supplementName();
|
|
|
| + // DOMWindowProperty
|
| + void willDetachGlobalObjectFromFrame() final;
|
| +
|
| mutable PersistentWillBeMember<PaintWorklet> m_paintWorklet;
|
| };
|
|
|
|
|