git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Reviewed by Mark Rowe
[WebKit-https.git]
/
WebCore
/
storage
/
SQLStatementCallback.idl
diff --git
a/WebCore/storage/SQLStatementCallback.idl
b/WebCore/storage/SQLStatementCallback.idl
index 9ac5f4c3698c3bf87404daf818c22597737831d7..783e8c4f61b9bd5e5bf58ae3eb4986488e08afec 100644
(file)
--- a/
WebCore/storage/SQLStatementCallback.idl
+++ b/
WebCore/storage/SQLStatementCallback.idl
@@
-29,7
+29,7
@@
module storage {
interface SQLStatementCallback {
module storage {
interface SQLStatementCallback {
- void handleEvent(in SQLTransaction transaction);
+ void handleEvent(in SQLTransaction transaction
, in SQLResultSet resultSet
);
};
}
};
}