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

Unified Diff: LayoutTests/http/tests/inspector/indexeddb/database-data.html

Issue 415753002: Deprecate the webkit-prefixed standard IndexedDB entry points (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More rebaselines for console warnings in property enumerating tests 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/database-data.html
diff --git a/LayoutTests/http/tests/inspector/indexeddb/database-data.html b/LayoutTests/http/tests/inspector/indexeddb/database-data.html
index e4b3ad9dd12b0461ce97654cf62217935e21f2ca..a117073d02216517057b90553443f9c2e2875b06 100644
--- a/LayoutTests/http/tests/inspector/indexeddb/database-data.html
+++ b/LayoutTests/http/tests/inspector/indexeddb/database-data.html
@@ -5,7 +5,6 @@
<script>
function test()
{
- var IDBKeyRange = window.IDBKeyRange || window.webkitIDBKeyRange;
var indexedDBModel = new WebInspector.IndexedDBModel(WebInspector.targetManager.mainTarget());
var mainFrameId = WebInspector.resourceTreeModel.mainFrame.id;
var securityOrigin = "http://127.0.0.1:8000";

Powered by Google App Engine
This is Rietveld 408576698