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

Unified Diff: content/test/data/indexeddb/quota_test.js

Issue 401893002: IndexedDB: Stop using webkit-prefixed versions of APIs in tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More webkitIndexedDB foo and update webkitErrorMessage use too 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
« no previous file with comments | « content/test/data/indexeddb/open_missing_table.js ('k') | content/test/data/indexeddb/shared.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/indexeddb/quota_test.js
diff --git a/content/test/data/indexeddb/quota_test.js b/content/test/data/indexeddb/quota_test.js
index f47936fa5fe768e44270e06b403dda8617f6738f..3d9a3e1d9e8ddbd151d3b99a9780761b5a8098ba 100644
--- a/content/test/data/indexeddb/quota_test.js
+++ b/content/test/data/indexeddb/quota_test.js
@@ -94,8 +94,7 @@ function onAbort() {
}
function logError() {
- debug("Error function called: (" + event.target.errorCode + ") " +
- event.target.webkitErrorMessage);
+ debug("Error function called: (" + event.target.error.name + ") " +
+ event.target.error.message);
event.preventDefault();
}
-
« no previous file with comments | « content/test/data/indexeddb/open_missing_table.js ('k') | content/test/data/indexeddb/shared.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698