| Index: third_party/WebKit/Source/modules/csspaint/PaintWorklet.cpp
|
| diff --git a/third_party/WebKit/Source/modules/csspaint/PaintWorklet.cpp b/third_party/WebKit/Source/modules/csspaint/PaintWorklet.cpp
|
| index 56cb7106e2bf0529d3f1d8d4b5564e199da0d5f0..f96c9f24d282a1a4ef74f406886bb6facdf890b9 100644
|
| --- a/third_party/WebKit/Source/modules/csspaint/PaintWorklet.cpp
|
| +++ b/third_party/WebKit/Source/modules/csspaint/PaintWorklet.cpp
|
| @@ -23,7 +23,8 @@ PaintWorklet::PaintWorklet(LocalFrame* frame)
|
| frame->GetDocument()->Url(),
|
| frame->GetDocument()->UserAgent(),
|
| frame->GetDocument()->GetSecurityOrigin(),
|
| - ToIsolate(frame->GetDocument()))) {}
|
| + ToIsolate(frame->GetDocument()),
|
| + this)) {}
|
|
|
| PaintWorklet::~PaintWorklet() {}
|
|
|
|
|