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

Unified Diff: Modules/indexeddb/IDBRequest.idl

Issue 12893011: Update idl files in third_party/WebCore (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 9 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: Modules/indexeddb/IDBRequest.idl
diff --git a/Modules/indexeddb/IDBRequest.idl b/Modules/indexeddb/IDBRequest.idl
index cefdd99c6c7a38abb27a0126154fa9842fe1e664..b6582989fb667c40276129859c8ef96579d897d7 100644
--- a/Modules/indexeddb/IDBRequest.idl
+++ b/Modules/indexeddb/IDBRequest.idl
@@ -33,7 +33,7 @@
EventTarget,
JSNoStaticTables
] interface IDBRequest {
- [V8Custom] readonly attribute IDBAny result
+ readonly attribute IDBAny result
Anton Muhin 2013/03/22 12:04:27 anything we can remove?
Mads Ager (google) 2013/03/22 13:21:08 I'll double check! Thanks.
getter raises (DOMException);
readonly attribute DOMError error
getter raises (DOMException);

Powered by Google App Engine
This is Rietveld 408576698