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

Unified Diff: client/dom/generated/src/wrapping/_DOMFileSystemWrappingImplementation.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/_DOMFileSystemWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_DOMFileSystemWrappingImplementation.dart b/client/dom/generated/src/wrapping/_DOMFileSystemWrappingImplementation.dart
index 3838e0883ed5f2183e2d79136279e570d845787c..ef2ed59300586731efcbcd88071c691ea41237e2 100644
--- a/client/dom/generated/src/wrapping/_DOMFileSystemWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_DOMFileSystemWrappingImplementation.dart
@@ -11,11 +11,11 @@ class _DOMFileSystemWrappingImplementation extends DOMWrapperBase implements DOM
return new _DOMFileSystemWrappingImplementation();
}
- String get name() { return _get__DOMFileSystem_name(this); }
- static String _get__DOMFileSystem_name(var _this) native;
+ String get name() { return _get_name(this); }
+ static String _get_name(var _this) native;
- DirectoryEntry get root() { return _get__DOMFileSystem_root(this); }
- static DirectoryEntry _get__DOMFileSystem_root(var _this) native;
+ DirectoryEntry get root() { return _get_root(this); }
+ static DirectoryEntry _get_root(var _this) native;
String get typeName() { return "DOMFileSystem"; }
}

Powered by Google App Engine
This is Rietveld 408576698