| 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 7cd34153457836eb11c20282fc2c280522383f3f..1e49415436ab5998c5ccdb8360ca431b124c48a8 100644 | 
| --- a/third_party/WebCore/Modules/indexeddb/IDBRequest.idl | 
| +++ b/third_party/WebCore/Modules/indexeddb/IDBRequest.idl | 
| @@ -38,8 +38,11 @@ module storage { | 
| getter raises (IDBDatabaseException); | 
| readonly attribute unsigned short errorCode | 
| getter raises (IDBDatabaseException); | 
| +        readonly attribute DOMError error | 
| +            getter raises (IDBDatabaseException); | 
| readonly attribute [TreatReturnedNullStringAs=Undefined] DOMString webkitErrorMessage | 
| getter raises (IDBDatabaseException); | 
| + | 
| readonly attribute IDBAny source; | 
| readonly attribute IDBTransaction transaction; | 
|  | 
|  |