| Index: third_party/WebKit/Source/core/animation/Animation.h
|
| diff --git a/third_party/WebKit/Source/core/animation/Animation.h b/third_party/WebKit/Source/core/animation/Animation.h
|
| index 9ef0b5f6a1339c2c26e7bc38cee388e2f436364f..aca917cfe317a1a1d47a7db78fc5ec638689c46f 100644
|
| --- a/third_party/WebKit/Source/core/animation/Animation.h
|
| +++ b/third_party/WebKit/Source/core/animation/Animation.h
|
| @@ -238,6 +238,7 @@ class CORE_EXPORT Animation final : public EventTargetWithInlineData,
|
| Member<Animation>,
|
| Member<DOMException>>;
|
| void ResolvePromiseMaybeAsync(AnimationPromise*);
|
| + void RejectPromise(AnimationPromise*);
|
|
|
| String id_;
|
|
|
|
|