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 88feec8c320fa27a4b0e458227efd4426e5da1a5..9cc5d06b9a7b3d4656a64618f9adf5bee8c32179 100644 |
--- a/third_party/WebKit/Source/core/animation/Animation.h |
+++ b/third_party/WebKit/Source/core/animation/Animation.h |
@@ -237,7 +237,7 @@ class CORE_EXPORT Animation final : public EventTargetWithInlineData, |
using AnimationPromise = ScriptPromiseProperty<Member<Animation>, |
Member<Animation>, |
Member<DOMException>>; |
- void ResolvePromiseAsync(AnimationPromise*); |
+ void ResolvePromiseMaybeAsync(AnimationPromise*); |
String id_; |