| Index: third_party/WebCore/Modules/indexeddb/IDBIndex.idl | 
| diff --git a/third_party/WebCore/Modules/indexeddb/IDBIndex.idl b/third_party/WebCore/Modules/indexeddb/IDBIndex.idl | 
| index 2fa4ce24b966bb5e35cdcb3a5004d8b114e5bef0..4c3d732f2e3eba2e7993f480019eefd51d9b3323 100644 | 
| --- a/third_party/WebCore/Modules/indexeddb/IDBIndex.idl | 
| +++ b/third_party/WebCore/Modules/indexeddb/IDBIndex.idl | 
| @@ -30,7 +30,7 @@ module storage { | 
| ] IDBIndex { | 
| readonly attribute DOMString name; | 
| readonly attribute IDBObjectStore objectStore; | 
| -        readonly attribute DOMString keyPath; | 
| +        readonly attribute IDBAny keyPath; | 
| readonly attribute boolean unique; | 
| readonly attribute boolean multiEntry; | 
|  | 
|  |