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

Unified Diff: client/dom/generated/src/wrapping/_MouseEventWrappingImplementation.dart

Issue 9323028: Support 'Conditional' idl attribute. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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
Index: client/dom/generated/src/wrapping/_MouseEventWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_MouseEventWrappingImplementation.dart b/client/dom/generated/src/wrapping/_MouseEventWrappingImplementation.dart
index 53f7f5971831323a80e601d054fb416f5469dcf8..a414d566e3d5e972afe832b916b60c7168c7ae76 100644
--- a/client/dom/generated/src/wrapping/_MouseEventWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_MouseEventWrappingImplementation.dart
@@ -56,12 +56,6 @@ class _MouseEventWrappingImplementation extends _UIEventWrappingImplementation i
Node get toElement() { return _get_toElement(this); }
static Node _get_toElement(var _this) native;
- int get webkitMovementX() { return _get_webkitMovementX(this); }
- static int _get_webkitMovementX(var _this) native;
-
- int get webkitMovementY() { return _get_webkitMovementY(this); }
- static int _get_webkitMovementY(var _this) native;
-
int get x() { return _get_x(this); }
static int _get_x(var _this) native;

Powered by Google App Engine
This is Rietveld 408576698