| Index: Source/modules/webdatabase/SQLTransaction.h
|
| diff --git a/Source/modules/webdatabase/SQLTransaction.h b/Source/modules/webdatabase/SQLTransaction.h
|
| index 5b1bfca555356df150ae2980f1a8ee7bfa4c43cd..1e061c86c56e2689c0d343667f4009f6824c7e20 100644
|
| --- a/Source/modules/webdatabase/SQLTransaction.h
|
| +++ b/Source/modules/webdatabase/SQLTransaction.h
|
| @@ -47,7 +47,7 @@ class SQLTransactionErrorCallback;
|
| class SQLValue;
|
| class VoidCallback;
|
|
|
| -class SQLTransaction FINAL
|
| +class SQLTransaction final
|
| : public GarbageCollectedFinalized<SQLTransaction>
|
| , public SQLTransactionStateMachine<SQLTransaction>
|
| , public ScriptWrappable {
|
| @@ -82,7 +82,7 @@ private:
|
| void clearCallbacks();
|
|
|
| // State Machine functions:
|
| - virtual StateFunction stateFunctionFor(SQLTransactionState) OVERRIDE;
|
| + virtual StateFunction stateFunctionFor(SQLTransactionState) override;
|
| bool computeNextStateAndCleanupIfNeeded();
|
|
|
| // State functions:
|
|
|