Index: client/html/src/TouchEventWrappingImplementation.dart |
diff --git a/client/html/src/TouchEventWrappingImplementation.dart b/client/html/src/TouchEventWrappingImplementation.dart |
index 37b1d76664aede1f2b04df119ffb6393e6c2527f..a02dbff3ce5bb5ea7547cd9776ab8967c0afe094 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); |
- factory TouchEvent(TouchList touches, TouchList targetTouches, |
+ factory TouchEventWrappingImplementation(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]) { |