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

Unified Diff: Source/core/events/WheelEventInit.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
« no previous file with comments | « Source/core/events/TransitionEventInit.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/WheelEventInit.idl
diff --git a/Source/core/events/WheelEventInit.idl b/Source/core/events/WheelEventInit.idl
index 4a3450b6e9603238365297c95e67eed339e3ea23..2e806168e73f0781fa25de99851b69650e958ca6 100644
--- a/Source/core/events/WheelEventInit.idl
+++ b/Source/core/events/WheelEventInit.idl
@@ -4,7 +4,9 @@
// http://www.w3.org/TR/DOM-Level-3-Events/#interface-WheelEvent
-dictionary WheelEventInit : MouseEventInit {
+[
+ TypeChecking=Unrestricted,
+] dictionary WheelEventInit : MouseEventInit {
double deltaX = 0.0;
double deltaY = 0.0;
double deltaZ = 0.0;
« no previous file with comments | « Source/core/events/TransitionEventInit.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698