| Index: third_party/WebKit/Source/modules/canvas2d/ClipList.h
|
| diff --git a/third_party/WebKit/Source/modules/canvas2d/ClipList.h b/third_party/WebKit/Source/modules/canvas2d/ClipList.h
|
| index 9301b9774155f4632114e732bcc494c8bb5f515a..4fca1c0b8b5e64fb78fdde981b06152075e054e2 100644
|
| --- a/third_party/WebKit/Source/modules/canvas2d/ClipList.h
|
| +++ b/third_party/WebKit/Source/modules/canvas2d/ClipList.h
|
| @@ -17,7 +17,7 @@ namespace blink {
|
| class AffineTransform;
|
|
|
| class ClipList {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| public:
|
| ClipList() { }
|
| ClipList(const ClipList&);
|
|
|