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

Unified Diff: Source/bindings/core/v8/ScriptPromiseProperties.h

Issue 832713004: Web Animations: Implement the AnimationPlayer finished promise (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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: Source/bindings/core/v8/ScriptPromiseProperties.h
diff --git a/Source/bindings/core/v8/ScriptPromiseProperties.h b/Source/bindings/core/v8/ScriptPromiseProperties.h
index 5bf9c48ef9e7bd4d86576c852a00eb8f83141199..f8b4b1fcd42e76ec893bb00627ae47fc6cc8996a 100644
--- a/Source/bindings/core/v8/ScriptPromiseProperties.h
+++ b/Source/bindings/core/v8/ScriptPromiseProperties.h
@@ -9,6 +9,7 @@
#define SCRIPT_PROMISE_PROPERTIES(P, ...) \
P(Ready ## __VA_ARGS__) \
P(Closed ## __VA_ARGS__) \
+ P(Finished ## __VA_ARGS__) \
P(Loaded ## __VA_ARGS__)
#endif // ScriptPromiseProperties_h
« no previous file with comments | « LayoutTests/web-animations-api/player-finished-promise.html ('k') | Source/core/animation/AnimationPlayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698