diff options
Diffstat (limited to 'Source/WebCore/dom/Event.cpp')
-rw-r--r-- | Source/WebCore/dom/Event.cpp | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/Source/WebCore/dom/Event.cpp b/Source/WebCore/dom/Event.cpp index bdc1c58..795dace 100644 --- a/Source/WebCore/dom/Event.cpp +++ b/Source/WebCore/dom/Event.cpp @@ -193,22 +193,7 @@ 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; -} - -bool Event::isIDBSuccessEvent() const +bool Event::isIDBVersionChangeEvent() const { return false; } |