Index: chrome/test/data/extensions/platform_apps/web_view/isolation/storage.js |
diff --git a/chrome/test/data/extensions/platform_apps/web_view/isolation/storage.js b/chrome/test/data/extensions/platform_apps/web_view/isolation/storage.js |
index 0a110255ba5524504acdf1839256a4ea716ca175..797a87d45bb01e46dbc4d626887588b6f2123db9 100644 |
--- a/chrome/test/data/extensions/platform_apps/web_view/isolation/storage.js |
+++ b/chrome/test/data/extensions/platform_apps/web_view/isolation/storage.js |
@@ -16,7 +16,6 @@ function initDomStorage(value) { |
// the functions get their results through callbacks and cannot return the |
// values directly. |
var isolation = {}; |
-window.indexedDB = window.indexedDB || window.webkitIndexedDB; |
isolation.db = null; |
isolation.onerror = function(e) { |