Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 2160163002: [IndexedDB] Propogating Changes to Observer : Browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Expected tests updated Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698