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

Unified Diff: third_party/WebCore/Modules/indexeddb/IDBRequest.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/IDBRequest.idl
diff --git a/third_party/WebCore/Modules/indexeddb/IDBRequest.idl b/third_party/WebCore/Modules/indexeddb/IDBRequest.idl
index 8c3e38529784a3e3b35474d4511e8206f558b71e..7cd34153457836eb11c20282fc2c280522383f3f 100644
--- a/third_party/WebCore/Modules/indexeddb/IDBRequest.idl
+++ b/third_party/WebCore/Modules/indexeddb/IDBRequest.idl
@@ -44,9 +44,7 @@ module storage {
readonly attribute IDBTransaction transaction;
// States
- const unsigned short LOADING = 1;
- const unsigned short DONE = 2;
- readonly attribute unsigned short readyState;
+ readonly attribute DOMString readyState;
// Events
attribute EventListener onsuccess;
« no previous file with comments | « third_party/WebCore/Modules/indexeddb/IDBObjectStore.idl ('k') | third_party/WebCore/Modules/indexeddb/IDBTransaction.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698