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

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

Issue 973503002: Remove [TypeChecking=Unrestricted] use in Source/core/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/WebKitAnimationEventInit.idl ('k') | Source/core/frame/Window.idl » ('j') | 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 2e806168e73f0781fa25de99851b69650e958ca6..4a3450b6e9603238365297c95e67eed339e3ea23 100644
--- a/Source/core/events/WheelEventInit.idl
+++ b/Source/core/events/WheelEventInit.idl
@@ -4,9 +4,7 @@
// http://www.w3.org/TR/DOM-Level-3-Events/#interface-WheelEvent
-[
- TypeChecking=Unrestricted,
-] dictionary WheelEventInit : MouseEventInit {
+dictionary WheelEventInit : MouseEventInit {
double deltaX = 0.0;
double deltaY = 0.0;
double deltaZ = 0.0;
« no previous file with comments | « Source/core/events/WebKitAnimationEventInit.idl ('k') | Source/core/frame/Window.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698