summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/dom/Event.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/dom/Event.cpp')
-rw-r--r--Source/WebCore/dom/Event.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/WebCore/dom/Event.cpp b/Source/WebCore/dom/Event.cpp
index 0e11c69..bdc1c58 100644
--- a/Source/WebCore/dom/Event.cpp
+++ b/Source/WebCore/dom/Event.cpp
@@ -193,6 +193,16 @@ bool Event::isStorageEvent() const
#endif
#if ENABLE(INDEXED_DATABASE)
+bool Event::isIDBAbortEvent() const
+{
+ return false;
+}
+
+bool Event::isIDBCompleteEvent() const
+{
+ return false;
+}
+
bool Event::isIDBErrorEvent() const
{
return false;