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

Unified Diff: client/dom/generated/src/wrapping/_IDBCursorWithValueWrappingImplementation.dart

Issue 8574040: Support DOMString[] and regenerate from IDL (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix Window.postMessage 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 c2c91269cba301a8499a4a42af4434df0ec171f6..3c6cec8cca7fe4d9cd3ba7c9ed48520eb6dceafd 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();
}
- String get value() { return _get__IDBCursorWithValue_value(this); }
- static String _get__IDBCursorWithValue_value(var _this) native;
+ IDBAny get value() { return _get__IDBCursorWithValue_value(this); }
+ static IDBAny _get__IDBCursorWithValue_value(var _this) native;
String get typeName() { return "IDBCursorWithValue"; }
}

Powered by Google App Engine
This is Rietveld 408576698