| 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 6f6df37d8250d48138820ae982ae82581bb2908d..d4ba23475c976898a79d9812442c75c369609f3a 100644
|
| --- a/third_party/WebKit/Source/modules/csspaint/PaintWorklet.cpp
|
| +++ b/third_party/WebKit/Source/modules/csspaint/PaintWorklet.cpp
|
| @@ -23,8 +23,7 @@ PaintWorklet::PaintWorklet(LocalFrame* frame)
|
| frame->GetDocument()->Url(),
|
| frame->GetDocument()->UserAgent(),
|
| frame->GetDocument()->GetSecurityOrigin(),
|
| - ToIsolate(frame->GetDocument()),
|
| - this)) {}
|
| + ToIsolate(frame->GetDocument()))) {}
|
|
|
| PaintWorklet::~PaintWorklet() {}
|
|
|
|
|