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

Unified Diff: Source/core/events/TransitionEventInit.idl

Issue 964783003: Add [TypeChecking=Unrestricted] to {Transition,Wheel}EventInit (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix test expectations Created 5 years, 10 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/core/events/TransitionEventInit.idl
diff --git a/Source/core/events/TransitionEventInit.idl b/Source/core/events/TransitionEventInit.idl
index fbcb40e5d44a351ee1cc5995fcd617ba7d73bf2d..9a5bb577c86b2133c3d00aeddd3345d5a9483db5 100644
--- a/Source/core/events/TransitionEventInit.idl
+++ b/Source/core/events/TransitionEventInit.idl
@@ -4,7 +4,9 @@
// http://dev.w3.org/csswg/css-transitions/#Events-TransitionEvent
-dictionary TransitionEventInit : EventInit {
+[
+ TypeChecking=Unrestricted,
+] dictionary TransitionEventInit : EventInit {
DOMString propertyName = "";
double elapsedTime = 0.0;
DOMString pseudoElement = "";
« no previous file with comments | « LayoutTests/fast/events/constructors/wheel-event-constructor-expected.txt ('k') | Source/core/events/WheelEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698