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

Unified Diff: LayoutTests/http/tests/inspector/indexeddb/indexeddb-test.js

Issue 415753002: Deprecate the webkit-prefixed standard IndexedDB entry points (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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: LayoutTests/http/tests/inspector/indexeddb/indexeddb-test.js
diff --git a/LayoutTests/http/tests/inspector/indexeddb/indexeddb-test.js b/LayoutTests/http/tests/inspector/indexeddb/indexeddb-test.js
index 8f505795707bb0ea568a9337c668d95312d0c53c..e70779f5f65f797da08283e009f2475e906a83db 100644
--- a/LayoutTests/http/tests/inspector/indexeddb/indexeddb-test.js
+++ b/LayoutTests/http/tests/inspector/indexeddb/indexeddb-test.js
@@ -100,9 +100,6 @@ InspectorTest.addIDBValue = function(frameId, databaseName, objectStoreName, val
};
-var indexedDB = window.indexeddb || window.webkitIndexedDB;
eseidel 2014/07/23 20:18:31 I might have left these two as blank lines to avoi
-window.IDBTransaction = window.IDBTransaction || window.webkitIDBTransaction;
-
function dispatchCallback(callbackId)
{
console.log(callbackId);
@@ -256,4 +253,3 @@ function addIDBValue(callback, databaseName, objectStoreName, value, key)
request.onsuccess = commitCallback;
}
}
-

Powered by Google App Engine
This is Rietveld 408576698