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

Unified Diff: third_party/WebKit/Source/modules/indexeddb/IDBTransaction.idl

Issue 1364823002: IndexedDB: Replace use of DOMError with DOMException (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/Source/modules/indexeddb/IDBTransaction.idl
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.idl b/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.idl
index 7f567590b79b3cd2971923a045bdaa121d7e9bdf..c4248fcfd04c8725100bd58c2555e76c216e125d 100644
--- a/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.idl
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.idl
@@ -44,7 +44,7 @@ enum IDBTransactionMode {
[RuntimeEnabled=IndexedDBExperimental, Measure] readonly attribute DOMStringList objectStoreNames;
readonly attribute IDBTransactionMode mode;
readonly attribute IDBDatabase db;
- [Measure] readonly attribute DOMError error;
+ [Measure] readonly attribute DOMException error;
philipj_slow 2015/11/06 08:42:37 Maybe drop [Measure] here and any other places whe
jsbell 2015/11/06 18:42:34 Done.
// Methods
[RaisesException] IDBObjectStore objectStore (DOMString name);

Powered by Google App Engine
This is Rietveld 408576698