| Index: Source/core/animation/AnimationPlayer.h
|
| diff --git a/Source/core/animation/AnimationPlayer.h b/Source/core/animation/AnimationPlayer.h
|
| index ea016e22c22c1440b19f96c7720500de6f9c8714..d9e23f50270e37e2b3f36e6c7d86b064221e7f71 100644
|
| --- a/Source/core/animation/AnimationPlayer.h
|
| +++ b/Source/core/animation/AnimationPlayer.h
|
| @@ -190,7 +190,7 @@ private:
|
|
|
| unsigned m_sequenceNumber;
|
|
|
| - typedef ScriptPromiseProperty<RawPtrWillBeMember<AnimationPlayer>, RawPtrWillBeMember<AnimationPlayer>, RefPtrWillBeMember<DOMException> > AnimationPlayerPromise;
|
| + typedef ScriptPromiseProperty<RawPtrWillBeMember<AnimationPlayer>, RawPtrWillBeMember<AnimationPlayer>, RefPtrWillBeMember<DOMException>> AnimationPlayerPromise;
|
| PersistentWillBeMember<AnimationPlayerPromise> m_finishedPromise;
|
| PersistentWillBeMember<AnimationPlayerPromise> m_readyPromise;
|
|
|
|
|