Index: sdk/lib/indexed_db/dartium/indexed_db_dartium.dart |
diff --git a/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart b/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart |
index b1c6cceead5819a9bee30b9db3027dd7ee32f043..c7ab244552814b464690aca0a501d0b824383e1c 100644 |
--- a/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart |
+++ b/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart |
@@ -820,7 +820,7 @@ class Request extends EventTarget { |
/** @domName IDBRequest.error */ |
- DOMError get error native "IDBRequest_error_Getter"; |
+ DomError get error native "IDBRequest_error_Getter"; |
/** @domName IDBRequest.errorCode */ |
@@ -894,7 +894,7 @@ class Transaction extends EventTarget { |
/** @domName IDBTransaction.error */ |
- DOMError get error native "IDBTransaction_error_Getter"; |
+ DomError get error native "IDBTransaction_error_Getter"; |
/** @domName IDBTransaction.mode */ |