| Index: sky/engine/core/html/canvas/Path2D.h
|
| diff --git a/sky/engine/core/html/canvas/Path2D.h b/sky/engine/core/html/canvas/Path2D.h
|
| index 2d66987197e204460223fa434fc0549be6bd52cd..f2d898f19a91c6283949e4b24894f5cb114b9f61 100644
|
| --- a/sky/engine/core/html/canvas/Path2D.h
|
| +++ b/sky/engine/core/html/canvas/Path2D.h
|
| @@ -39,7 +39,7 @@ namespace blink {
|
|
|
| class Path2D final : public RefCounted<Path2D>, public CanvasPathMethods, public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| - WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
|
| + WTF_MAKE_FAST_ALLOCATED;
|
| WTF_MAKE_NONCOPYABLE(Path2D);
|
| public:
|
| static PassRefPtr<Path2D> create() { return adoptRef(new Path2D); }
|
|
|