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

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

Issue 8548010: Wrapper dom changes in preparation for SVG (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: tweak 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
Index: client/dom/generated/src/wrapping/_DeviceMotionEventWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_DeviceMotionEventWrappingImplementation.dart b/client/dom/generated/src/wrapping/_DeviceMotionEventWrappingImplementation.dart
index 04d0a4c1c1be3cd6f3eedca04ed35fd24461eeab..5707ebddba4a51c25654b90cbe48cf9869ec4c5c 100644
--- a/client/dom/generated/src/wrapping/_DeviceMotionEventWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_DeviceMotionEventWrappingImplementation.dart
@@ -11,8 +11,8 @@ class _DeviceMotionEventWrappingImplementation extends _EventWrappingImplementat
return new _DeviceMotionEventWrappingImplementation();
}
- num get interval() { return _get__DeviceMotionEvent_interval(this); }
- static num _get__DeviceMotionEvent_interval(var _this) native;
+ num get interval() { return _get_interval(this); }
+ static num _get_interval(var _this) native;
String get typeName() { return "DeviceMotionEvent"; }
}

Powered by Google App Engine
This is Rietveld 408576698