| Index: third_party/WebKit/Source/modules/indexeddb/BUILD.gn
 | 
| diff --git a/third_party/WebKit/Source/modules/indexeddb/BUILD.gn b/third_party/WebKit/Source/modules/indexeddb/BUILD.gn
 | 
| index 88d4abdfb1a72ca1b5b5226923d726c9e86c3d6a..29d51128b36abcc5d285c138c8d495c3ddca3e96 100644
 | 
| --- a/third_party/WebKit/Source/modules/indexeddb/BUILD.gn
 | 
| +++ b/third_party/WebKit/Source/modules/indexeddb/BUILD.gn
 | 
| @@ -45,11 +45,17 @@ blink_modules_sources("indexeddb") {
 | 
|      "IDBOpenDBRequest.h",
 | 
|      "IDBRequest.cpp",
 | 
|      "IDBRequest.h",
 | 
| +    "IDBRequestLoader.cpp",
 | 
| +    "IDBRequestLoader.h",
 | 
| +    "IDBRequestQueueItem.cpp",
 | 
| +    "IDBRequestQueueItem.h",
 | 
|      "IDBTracing.h",
 | 
|      "IDBTransaction.cpp",
 | 
|      "IDBTransaction.h",
 | 
|      "IDBValue.cpp",
 | 
|      "IDBValue.h",
 | 
| +    "IDBValueWrapping.cpp",
 | 
| +    "IDBValueWrapping.h",
 | 
|      "IDBVersionChangeEvent.cpp",
 | 
|      "IDBVersionChangeEvent.h",
 | 
|      "IndexedDB.h",
 | 
| 
 |