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

Unified Diff: client/dom/generated/src/wrapping/_XMLHttpRequestProgressEventWrappingImplementation.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/_XMLHttpRequestProgressEventWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_XMLHttpRequestProgressEventWrappingImplementation.dart b/client/dom/generated/src/wrapping/_XMLHttpRequestProgressEventWrappingImplementation.dart
index 0022a289bd21c96a77a9aae54abf0a5cc499ea7a..aa81fe0c0f974b24abc02848890169fa86df1845 100644
--- a/client/dom/generated/src/wrapping/_XMLHttpRequestProgressEventWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_XMLHttpRequestProgressEventWrappingImplementation.dart
@@ -11,11 +11,11 @@ class _XMLHttpRequestProgressEventWrappingImplementation extends _ProgressEventW
return new _XMLHttpRequestProgressEventWrappingImplementation();
}
- int get position() { return _get__XMLHttpRequestProgressEvent_position(this); }
- static int _get__XMLHttpRequestProgressEvent_position(var _this) native;
+ int get position() { return _get_position(this); }
+ static int _get_position(var _this) native;
- int get totalSize() { return _get__XMLHttpRequestProgressEvent_totalSize(this); }
- static int _get__XMLHttpRequestProgressEvent_totalSize(var _this) native;
+ int get totalSize() { return _get_totalSize(this); }
+ static int _get_totalSize(var _this) native;
String get typeName() { return "XMLHttpRequestProgressEvent"; }
}

Powered by Google App Engine
This is Rietveld 408576698