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

Unified Diff: third_party/WebKit/Source/modules/modules_idl_files.gni

Issue 2798433003: Move common features to new WindowOrWorkerGlobalScope mix-in
Patch Set: Rollback to only IndexedDB, related tests failing Created 3 years, 8 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_idl_files.gni
diff --git a/third_party/WebKit/Source/modules/modules_idl_files.gni b/third_party/WebKit/Source/modules/modules_idl_files.gni
index 50bcc7476a3d851f497b9b89927db40330d1dc52..cfb87a0715cc7d39f82501447a8d2bd1822286f0 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -612,8 +612,7 @@ modules_dependency_idl_files =
"filesystem/WindowFileSystem.idl",
"gamepad/NavigatorGamepad.idl",
"geolocation/NavigatorGeolocation.idl",
- "indexeddb/WindowIndexedDatabase.idl",
- "indexeddb/WorkerGlobalScopeIndexedDatabase.idl",
+ "indexeddb/WindowOrWorkerGlobalScopeIndexedDatabase.idl",
"installedapp/NavigatorInstalledApp.idl",
"media_capabilities/NavigatorMediaCapabilities.idl",
"mediacapturefromelement/HTMLCanvasElementCapture.idl",

Powered by Google App Engine
This is Rietveld 408576698