summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/storage/IDBTransaction.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/storage/IDBTransaction.idl')
-rw-r--r--Source/WebCore/storage/IDBTransaction.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/storage/IDBTransaction.idl b/Source/WebCore/storage/IDBTransaction.idl
index b57ac4a..2f02195 100644
--- a/Source/WebCore/storage/IDBTransaction.idl
+++ b/Source/WebCore/storage/IDBTransaction.idl
@@ -44,7 +44,7 @@ module storage {
// Events
attribute EventListener onabort;
attribute EventListener oncomplete;
- attribute EventListener ontimeout;
+ attribute EventListener onerror;
// EventTarget interface
void addEventListener(in DOMString type,
in EventListener listener,