Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(242)

Unified Diff: third_party/WebKit/Source/core/animation/Animation.h

Issue 2808013002: Resolve promises synchronously sometimes (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698