| Index: Source/modules/webdatabase/SQLTransactionBackend.cpp
|
| diff --git a/Source/modules/webdatabase/SQLTransactionBackend.cpp b/Source/modules/webdatabase/SQLTransactionBackend.cpp
|
| index 3caab8f110ddbffc27aa31366d99506a061cbab5..b10b8e6ccff68a6e1a8230edc82174b0c70b4b48 100644
|
| --- a/Source/modules/webdatabase/SQLTransactionBackend.cpp
|
| +++ b/Source/modules/webdatabase/SQLTransactionBackend.cpp
|
| @@ -338,7 +338,7 @@
|
| // - state CleanupAndTerminate calls doCleanup().
|
|
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| PassRefPtrWillBeRawPtr<SQLTransactionBackend> SQLTransactionBackend::create(DatabaseBackend* db,
|
| PassRefPtrWillBeRawPtr<AbstractSQLTransaction> frontend,
|
| @@ -833,4 +833,4 @@ SQLTransactionState SQLTransactionBackend::sendToFrontendState()
|
| return SQLTransactionState::Idle;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|