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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/upgrade-events.html

Issue 2172753002: [DevTools] No longer store security origins in ResourceTreeModel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed test failures 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/LayoutTests/http/tests/inspector/indexeddb/upgrade-events.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/upgrade-events.html b/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/upgrade-events.html
index c94f4208b8db5eb03da8e4095f4c0c408dd0339c..425f097d66328675c5d79255f3a4665956b54612 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/upgrade-events.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/upgrade-events.html
@@ -5,8 +5,7 @@
<script>
function test()
{
- var indexedDBModel = new WebInspector.IndexedDBModel(WebInspector.targetManager.mainTarget());
- indexedDBModel.enable();
+ var indexedDBModel = InspectorTest.createIndexedDBModel();
var mainFrameId = InspectorTest.resourceTreeModel.mainFrame.id;
var securityOrigin = "http://127.0.0.1:8000";
var databaseName = "testDatabase - " + self.location;

Powered by Google App Engine
This is Rietveld 408576698