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

Unified Diff: client/dom/generated/src/wrapping/_DataTransferItemWrappingImplementation.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/_DataTransferItemWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_DataTransferItemWrappingImplementation.dart b/client/dom/generated/src/wrapping/_DataTransferItemWrappingImplementation.dart
index d469d03bb81cce82de75b878e968392ace7b5f62..736200340c771eb8b50271ff94550e68c2fca22f 100644
--- a/client/dom/generated/src/wrapping/_DataTransferItemWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_DataTransferItemWrappingImplementation.dart
@@ -11,11 +11,11 @@ class _DataTransferItemWrappingImplementation extends DOMWrapperBase implements
return new _DataTransferItemWrappingImplementation();
}
- String get kind() { return _get__DataTransferItem_kind(this); }
- static String _get__DataTransferItem_kind(var _this) native;
+ String get kind() { return _get_kind(this); }
+ static String _get_kind(var _this) native;
- String get type() { return _get__DataTransferItem_type(this); }
- static String _get__DataTransferItem_type(var _this) native;
+ String get type() { return _get_type(this); }
+ static String _get_type(var _this) native;
Blob getAsFile() {
return _getAsFile(this);

Powered by Google App Engine
This is Rietveld 408576698