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

Unified Diff: third_party/WebCore/Modules/indexeddb/IDBDatabase.idl

Issue 10837033: Roll IDL to multivm@733 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 months 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: third_party/WebCore/Modules/indexeddb/IDBDatabase.idl
diff --git a/third_party/WebCore/Modules/indexeddb/IDBDatabase.idl b/third_party/WebCore/Modules/indexeddb/IDBDatabase.idl
index 95f6c2360cd0edcbd39f40866b6ddf8c2c2d53c6..d253e4df7a2c26367708a180a876aec31dd2520b 100644
--- a/third_party/WebCore/Modules/indexeddb/IDBDatabase.idl
+++ b/third_party/WebCore/Modules/indexeddb/IDBDatabase.idl
@@ -32,7 +32,7 @@ module storage {
EventTarget
] IDBDatabase {
readonly attribute DOMString name;
- readonly attribute DOMString version;
+ readonly attribute IDBAny version;
readonly attribute DOMStringList objectStoreNames;
attribute EventListener onabort;
« no previous file with comments | « third_party/WebCore/Modules/gamepad/NavigatorGamepad.idl ('k') | third_party/WebCore/Modules/indexeddb/IDBTransaction.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698