| Index: Source/core/animation/Interpolation.h
|
| diff --git a/Source/core/animation/Interpolation.h b/Source/core/animation/Interpolation.h
|
| index 57bc190de611f45c5b67115518efb85ec19ade23..feaf2ad3029d5e5e6cf308bbbd65482b8e8de0a9 100644
|
| --- a/Source/core/animation/Interpolation.h
|
| +++ b/Source/core/animation/Interpolation.h
|
| @@ -14,6 +14,7 @@ namespace blink {
|
| class PropertyHandle;
|
|
|
| class CORE_EXPORT Interpolation : public RefCountedWillBeGarbageCollectedFinalized<Interpolation> {
|
| + WTF_MAKE_NONCOPYABLE(Interpolation);
|
| public:
|
| virtual ~Interpolation();
|
|
|
|
|