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

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

Issue 10381128: Roll IDL to multivm@516 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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/IDBTransaction.idl
diff --git a/third_party/WebCore/Modules/indexeddb/IDBTransaction.idl b/third_party/WebCore/Modules/indexeddb/IDBTransaction.idl
index 9e3b0e92075a126ea6f983e1d22aa89eebaa4d27..b585108b78b65c212afa5423c6237249cf22c4f5 100644
--- a/third_party/WebCore/Modules/indexeddb/IDBTransaction.idl
+++ b/third_party/WebCore/Modules/indexeddb/IDBTransaction.idl
@@ -31,13 +31,13 @@ module storage {
ActiveDOMObject,
EventTarget
] IDBTransaction {
- // Modes
+ // FIXME: Eventually remove legacy enum constants, see https://bugs.webkit.org/show_bug.cgi?id=85315
const unsigned short READ_ONLY = 0;
const unsigned short READ_WRITE = 1;
const unsigned short VERSION_CHANGE = 2;
// Properties
- readonly attribute unsigned short mode;
+ readonly attribute DOMString mode;
readonly attribute IDBDatabase db;
// Methods
IDBObjectStore objectStore (in DOMString name)
« no previous file with comments | « third_party/WebCore/Modules/indexeddb/IDBRequest.idl ('k') | third_party/WebCore/Modules/mediastream/LocalMediaStream.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698