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

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

Issue 12439002: Update idl files after Chrome roll. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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 b6582989fb667c40276129859c8ef96579d897d7..cefdd99c6c7a38abb27a0126154fa9842fe1e664 100644
--- a/third_party/WebCore/Modules/indexeddb/IDBRequest.idl
+++ b/third_party/WebCore/Modules/indexeddb/IDBRequest.idl
@@ -33,7 +33,7 @@
EventTarget,
JSNoStaticTables
] interface IDBRequest {
- readonly attribute IDBAny result
+ [V8Custom] readonly attribute IDBAny result
getter raises (DOMException);
readonly attribute DOMError error
getter raises (DOMException);

Powered by Google App Engine
This is Rietveld 408576698