| Index: third_party/WebKit/Source/modules/indexeddb/indexeddb.typemap
 | 
| diff --git a/third_party/WebKit/Source/modules/indexeddb/indexeddb.typemap b/third_party/WebKit/Source/modules/indexeddb/indexeddb.typemap
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..056dbae09e1519568bb8a01560e61538bf25b652
 | 
| --- /dev/null
 | 
| +++ b/third_party/WebKit/Source/modules/indexeddb/indexeddb.typemap
 | 
| @@ -0,0 +1,18 @@
 | 
| +# Copyright 2016 The Chromium Authors. All rights reserved.
 | 
| +# Use of this source code is governed by a BSD-style license that can be
 | 
| +# found in the LICENSE file.
 | 
| +
 | 
| +mojom = "//third_party/WebKit/Source/modules/indexeddb/indexed_db.mojom"
 | 
| +public_headers = [
 | 
| +  #"//third_party/WebKit/Source/modules/indexeddb/IDBMetadata.h",
 | 
| +  "//third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h",
 | 
| +]
 | 
| +traits_headers =
 | 
| +    [ "//third_party/WebKit/Source/modules/indexeddb/IDBStructTraits.h" ]
 | 
| +deps = []
 | 
| +type_mappings = [
 | 
| +  "indexed_db.mojom.DataLoss=::blink::WebIDBDataLoss",
 | 
| +  #"indexed_db.mojom.DatabaseMetadata=::blink::IDBDatabaseMetadata",
 | 
| +  #"indexed_db.mojom.IndexMetadata=::blink::IDBIndexMetadata",
 | 
| +  #"indexed_db.mojom.ObjectStoreMetadata=::blink::IDBObjectStoreMetadata",
 | 
| +]
 | 
| 
 |