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

Unified Diff: client/dom/generated/src/wrapping/_BlobWrappingImplementation.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/_BlobWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_BlobWrappingImplementation.dart b/client/dom/generated/src/wrapping/_BlobWrappingImplementation.dart
index ecde99e731f8409a263e500c3603cc2afdf08745..f17c9b2a8098d3eb114411dcc2abd36be2ca9a56 100644
--- a/client/dom/generated/src/wrapping/_BlobWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_BlobWrappingImplementation.dart
@@ -11,11 +11,11 @@ class _BlobWrappingImplementation extends DOMWrapperBase implements Blob {
return new _BlobWrappingImplementation();
}
- int get size() { return _get__Blob_size(this); }
- static int _get__Blob_size(var _this) native;
+ int get size() { return _get_size(this); }
+ static int _get_size(var _this) native;
- String get type() { return _get__Blob_type(this); }
- static String _get__Blob_type(var _this) native;
+ String get type() { return _get_type(this); }
+ static String _get_type(var _this) native;
String get typeName() { return "Blob"; }
}

Powered by Google App Engine
This is Rietveld 408576698