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

Unified Diff: third_party/WebKit/Source/modules/indexeddb/IDBRequest.idl

Issue 2572603002: ABANDONED CL: Rename readyState() to getReadyState(). (Closed)
Patch Set: Created 4 years 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/WebKit/Source/modules/indexeddb/IDBRequest.idl
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBRequest.idl b/third_party/WebKit/Source/modules/indexeddb/IDBRequest.idl
index d9f5b193ebcb5389416d3df844d5089467743c91..d31fc32c946a0777e6c3c8a3dbdf7d857c71e3ed 100644
--- a/third_party/WebKit/Source/modules/indexeddb/IDBRequest.idl
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBRequest.idl
@@ -48,7 +48,7 @@ enum IDBRequestReadyState {
readonly attribute IDBTransaction transaction;
// States
- readonly attribute IDBRequestReadyState readyState;
+ [ImplementedAs=getReadyState] readonly attribute IDBRequestReadyState readyState;
// Events
attribute EventHandler onsuccess;

Powered by Google App Engine
This is Rietveld 408576698