| 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 397fbcba5497554c28741814b3f091f14438a83e..25d5f27992a6bba6fd2cbb0f23580dee5b3e3ba4 100644
|
| --- a/third_party/WebKit/Source/modules/csspaint/PaintWorklet.cpp
|
| +++ b/third_party/WebKit/Source/modules/csspaint/PaintWorklet.cpp
|
| @@ -13,9 +13,7 @@ namespace blink {
|
|
|
| // static
|
| PaintWorklet* PaintWorklet::create(LocalFrame* frame) {
|
| - PaintWorklet* worklet = new PaintWorklet(frame);
|
| - worklet->suspendIfNeeded();
|
| - return worklet;
|
| + return new PaintWorklet(frame);
|
| }
|
|
|
| PaintWorklet::PaintWorklet(LocalFrame* frame)
|
|
|