| Index: third_party/WebKit/Source/core/animation/SampledEffect.h
|
| diff --git a/third_party/WebKit/Source/core/animation/SampledEffect.h b/third_party/WebKit/Source/core/animation/SampledEffect.h
|
| index 040bfe88d62488a334f5176583495a4f960b71b5..b1ec858212f78559f90544b21502c9fe92d3b19c 100644
|
| --- a/third_party/WebKit/Source/core/animation/SampledEffect.h
|
| +++ b/third_party/WebKit/Source/core/animation/SampledEffect.h
|
| @@ -16,8 +16,6 @@ namespace blink {
|
|
|
| class SVGElement;
|
|
|
| -// TODO(haraken): Drop Finalized once we ship Oilpan and the OwnPtrWillBeMember
|
| -// is gone.
|
| class SampledEffect : public GarbageCollectedFinalized<SampledEffect> {
|
| WTF_MAKE_NONCOPYABLE(SampledEffect);
|
| public:
|
|
|