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

Unified Diff: client/dom/generated/src/wrapping/_DatabaseWrappingImplementation.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/_DatabaseWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_DatabaseWrappingImplementation.dart b/client/dom/generated/src/wrapping/_DatabaseWrappingImplementation.dart
index db324c9e0009e7d10e1ed7de3a0a88d6e879a3d3..1be1dd82710a5a05cf913729025fbf233fcfec7b 100644
--- a/client/dom/generated/src/wrapping/_DatabaseWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_DatabaseWrappingImplementation.dart
@@ -11,8 +11,8 @@ class _DatabaseWrappingImplementation extends DOMWrapperBase implements Database
return new _DatabaseWrappingImplementation();
}
- String get version() { return _get__Database_version(this); }
- static String _get__Database_version(var _this) native;
+ String get version() { return _get_version(this); }
+ static String _get_version(var _this) native;
void changeVersion(String oldVersion, String newVersion, [SQLTransactionCallback callback = null, SQLTransactionErrorCallback errorCallback = null, VoidCallback successCallback = null]) {
if (callback === null) {

Powered by Google App Engine
This is Rietveld 408576698