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

Unified Diff: client/dom/generated/wrapping_dom_externs.js

Issue 8583003: Changes initWheelEvent to initWebKitWheelEvent (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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 | « client/dom/generated/wrapping_dom.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/generated/wrapping_dom_externs.js
diff --git a/client/dom/generated/wrapping_dom_externs.js b/client/dom/generated/wrapping_dom_externs.js
index c2133851027289c536e386a5ef96d321992d4988..00c6077357054cc78b056ab37976e1b50d6f0264 100644
--- a/client/dom/generated/wrapping_dom_externs.js
+++ b/client/dom/generated/wrapping_dom_externs.js
@@ -594,7 +594,7 @@ dom_externs.initTouchEvent; // operation TouchEvent.initTouchEvent
dom_externs.initUIEvent; // operation UIEvent.initUIEvent
dom_externs.initWebKitAnimationEvent; // operation WebKitAnimationEvent.initWebKitAnimationEvent
dom_externs.initWebKitTransitionEvent; // operation WebKitTransitionEvent.initWebKitTransitionEvent
-dom_externs.initWheelEvent; // operation WheelEvent.initWheelEvent
+dom_externs.initWebKitWheelEvent; // operation WheelEvent.initWebKitWheelEvent
dom_externs.initialTime; // attribute HTMLMediaElement.initialTime
dom_externs.innerHTML; // attribute HTMLElement.innerHTML
dom_externs.innerHeight; // attribute DOMWindow.innerHeight
« no previous file with comments | « client/dom/generated/wrapping_dom.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698