| Index: Source/modules/webdatabase/SQLTransactionSync.h
|
| diff --git a/Source/modules/webdatabase/SQLTransactionSync.h b/Source/modules/webdatabase/SQLTransactionSync.h
|
| index 62aa5d57060ab00c07c2419ba5d8e7709c067f1e..e97d185dc76030471bc02379f5204ff74bc2b348 100644
|
| --- a/Source/modules/webdatabase/SQLTransactionSync.h
|
| +++ b/Source/modules/webdatabase/SQLTransactionSync.h
|
| @@ -38,7 +38,7 @@
|
| namespace WebCore {
|
|
|
| // Instances of this class should be created and used only on the worker's context thread.
|
| -class SQLTransactionSync : public SQLTransactionBackendSync, public ScriptWrappable {
|
| +class SQLTransactionSync FINAL : public SQLTransactionBackendSync, public ScriptWrappable {
|
| public:
|
| static PassRefPtr<SQLTransactionSync> create(DatabaseSync*, PassOwnPtr<SQLTransactionSyncCallback>, bool readOnly = false);
|
|
|
|
|