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 4e183e15daf23d20469374d7b699e9fccac9dfad..eaa319aeedb9614beeeb1cecd273ddccaf64d270 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', |
@@ -1201,8 +1201,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', |