| Index: Source/modules/webdatabase/SQLTransactionStateMachine.cpp
|
| diff --git a/Source/modules/webdatabase/SQLTransactionStateMachine.cpp b/Source/modules/webdatabase/SQLTransactionStateMachine.cpp
|
| index 2aa1ecc245b95f6a7211338de276f9a05681cfbd..9e602bf532d3a71f6e700378617a4298cceab40d 100644
|
| --- a/Source/modules/webdatabase/SQLTransactionStateMachine.cpp
|
| +++ b/Source/modules/webdatabase/SQLTransactionStateMachine.cpp
|
| @@ -29,7 +29,7 @@
|
| #include "platform/Logging.h"
|
| #include "wtf/Assertions.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| #if !LOG_DISABLED
|
| const char* nameForSQLTransactionState(SQLTransactionState state)
|
| @@ -67,4 +67,4 @@ const char* nameForSQLTransactionState(SQLTransactionState state)
|
| }
|
| #endif
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|