summaryrefslogtreecommitdiffstats
path: root/WebCore/storage/DatabaseCallback.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/storage/DatabaseCallback.idl')
-rw-r--r--WebCore/storage/DatabaseCallback.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/storage/DatabaseCallback.idl b/WebCore/storage/DatabaseCallback.idl
index 7d060fe..c218680 100644
--- a/WebCore/storage/DatabaseCallback.idl
+++ b/WebCore/storage/DatabaseCallback.idl
@@ -32,5 +32,6 @@ module storage {
Callback
] DatabaseCallback {
boolean handleEvent(in Database database);
+ boolean handleEvent(in DatabaseSync database);
};
}