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

Unified Diff: client/html/src/TouchEventWrappingImplementation.dart

Issue 8548019: Add a script for determining which DOM methods correspond to which HTML methods. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Use "Window" instead of "DOMWindow". 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/html/src/TextWrappingImplementation.dart ('k') | client/html/src/WindowWrappingImplementation.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/src/TouchEventWrappingImplementation.dart
diff --git a/client/html/src/TouchEventWrappingImplementation.dart b/client/html/src/TouchEventWrappingImplementation.dart
index 5b580b6e0d34ee9826ab89cdfa81ca72e6877e39..37b1d76664aede1f2b04df119ffb6393e6c2527f 100644
--- a/client/html/src/TouchEventWrappingImplementation.dart
+++ b/client/html/src/TouchEventWrappingImplementation.dart
@@ -5,7 +5,7 @@
class TouchEventWrappingImplementation extends UIEventWrappingImplementation implements TouchEvent {
TouchEventWrappingImplementation._wrap(ptr) : super._wrap(ptr);
- TouchEvent(TouchList touches, TouchList targetTouches,
+ factory TouchEvent(TouchList touches, TouchList targetTouches,
TouchList changedTouches, String type, Window view, int screenX,
int screenY, int clientX, int clientY, [bool ctrlKey = false,
bool altKey = false, bool shiftKey = false, bool metaKey = false]) {
« no previous file with comments | « client/html/src/TextWrappingImplementation.dart ('k') | client/html/src/WindowWrappingImplementation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698