Index: Source/modules/webdatabase/SQLTransaction.h |
diff --git a/Source/modules/webdatabase/SQLTransaction.h b/Source/modules/webdatabase/SQLTransaction.h |
index b48e64ecef75d1c4db0c2045a1084697833c030b..bd00e961d120b7c2993af01b505aceee5b51b31a 100644 |
--- a/Source/modules/webdatabase/SQLTransaction.h |
+++ b/Source/modules/webdatabase/SQLTransaction.h |
@@ -88,7 +88,7 @@ private: |
void clearCallbacks(); |
// State Machine functions: |
- virtual StateFunction stateFunctionFor(SQLTransactionState) override; |
+ StateFunction stateFunctionFor(SQLTransactionState) override; |
bool computeNextStateAndCleanupIfNeeded(); |
// State functions: |