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

Unified Diff: client/dom/generated/src/wrapping/_IDBCursorWithValueWrappingImplementation.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/_IDBCursorWithValueWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_IDBCursorWithValueWrappingImplementation.dart b/client/dom/generated/src/wrapping/_IDBCursorWithValueWrappingImplementation.dart
index 3c6cec8cca7fe4d9cd3ba7c9ed48520eb6dceafd..a42c671488615ae9c65e6c6fbcf59e184b9fb017 100644
--- a/client/dom/generated/src/wrapping/_IDBCursorWithValueWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_IDBCursorWithValueWrappingImplementation.dart
@@ -11,8 +11,8 @@ class _IDBCursorWithValueWrappingImplementation extends _IDBCursorWrappingImplem
return new _IDBCursorWithValueWrappingImplementation();
}
- IDBAny get value() { return _get__IDBCursorWithValue_value(this); }
- static IDBAny _get__IDBCursorWithValue_value(var _this) native;
+ IDBAny get value() { return _get_value(this); }
+ static IDBAny _get_value(var _this) native;
String get typeName() { return "IDBCursorWithValue"; }
}

Powered by Google App Engine
This is Rietveld 408576698