Index: third_party/WebKit/Source/modules/modules.gypi |
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi |
index 15b888da955169b9ffed48b33024ba769bb645d5..db8a5586a49de1678ad8983586abbd927e280e2e 100644 |
--- a/third_party/WebKit/Source/modules/modules.gypi |
+++ b/third_party/WebKit/Source/modules/modules.gypi |
@@ -105,7 +105,7 @@ |
'indexeddb/IDBObjectStore.idl', |
'indexeddb/IDBObserver.idl', |
'indexeddb/IDBObserverChanges.idl', |
- 'indexeddb/IDBObserverChangesRecord.idl', |
+ 'indexeddb/IDBObservation.idl', |
'indexeddb/IDBOpenDBRequest.idl', |
'indexeddb/IDBRequest.idl', |
'indexeddb/IDBTransaction.idl', |
@@ -1204,8 +1204,8 @@ |
'indexeddb/IDBObserver.h', |
'indexeddb/IDBObserverChanges.cpp', |
'indexeddb/IDBObserverChanges.h', |
- 'indexeddb/IDBObserverChangesRecord.cpp', |
- 'indexeddb/IDBObserverChangesRecord.h', |
+ 'indexeddb/IDBObservation.cpp', |
+ 'indexeddb/IDBObservation.h', |
'indexeddb/IDBOpenDBRequest.cpp', |
'indexeddb/IDBOpenDBRequest.h', |
'indexeddb/IDBRequest.cpp', |