| Index: Source/core/animation/InterpolationEffect.h
|
| diff --git a/Source/core/animation/InterpolationEffect.h b/Source/core/animation/InterpolationEffect.h
|
| index a9294c24106c8cd45d6f8dd756506d7173c67e50..8db0be57e58d982079d88e0c6e0290c86b37b495 100644
|
| --- a/Source/core/animation/InterpolationEffect.h
|
| +++ b/Source/core/animation/InterpolationEffect.h
|
| @@ -72,7 +72,7 @@ private:
|
| }
|
| };
|
|
|
| - WillBeHeapVector<OwnPtrWillBeMember<InterpolationRecord> > m_interpolations;
|
| + WillBeHeapVector<OwnPtrWillBeMember<InterpolationRecord>> m_interpolations;
|
| };
|
|
|
| } // namespace blink
|
|
|