summaryrefslogtreecommitdiffstats
path: root/WebCore/storage/IDBTransactionCallbacks.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/storage/IDBTransactionCallbacks.h')
-rw-r--r--WebCore/storage/IDBTransactionCallbacks.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/storage/IDBTransactionCallbacks.h b/WebCore/storage/IDBTransactionCallbacks.h
index 38181fc..348608d 100644
--- a/WebCore/storage/IDBTransactionCallbacks.h
+++ b/WebCore/storage/IDBTransactionCallbacks.h
@@ -41,8 +41,8 @@ public:
virtual ~IDBTransactionCallbacks() { }
virtual void onAbort() = 0;
- virtual int id() const = 0;
- // FIXME: add the rest
+ virtual void onComplete() = 0;
+ virtual void onTimeout() = 0;
};
} // namespace WebCore