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

Unified Diff: client/dom/generated/src/wrapping/_DatabaseSyncWrappingImplementation.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/_DatabaseSyncWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_DatabaseSyncWrappingImplementation.dart b/client/dom/generated/src/wrapping/_DatabaseSyncWrappingImplementation.dart
index a66e7de0ebaca5462bef1ff7579e874a6741fba1..92915705638c4d7bbb721cba88fbb0abcc066cc1 100644
--- a/client/dom/generated/src/wrapping/_DatabaseSyncWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_DatabaseSyncWrappingImplementation.dart
@@ -11,8 +11,8 @@ class _DatabaseSyncWrappingImplementation extends DOMWrapperBase implements Data
return new _DatabaseSyncWrappingImplementation();
}
- String get version() { return _get__DatabaseSync_version(this); }
- static String _get__DatabaseSync_version(var _this) native;
+ String get version() { return _get_version(this); }
+ static String _get_version(var _this) native;
void changeVersion(String oldVersion, String newVersion, [SQLTransactionSyncCallback callback = null]) {
if (callback === null) {

Powered by Google App Engine
This is Rietveld 408576698