| Index: Source/bindings/modules/v8/custom/V8SQLTransactionSyncCustom.cpp
|
| diff --git a/Source/bindings/modules/v8/custom/V8SQLTransactionSyncCustom.cpp b/Source/bindings/modules/v8/custom/V8SQLTransactionSyncCustom.cpp
|
| index 7b063f8b24614fefbd8c6b6a448deec758c18220..c7a64b267c907a6a33d19fa7d00371ce9eb12654 100644
|
| --- a/Source/bindings/modules/v8/custom/V8SQLTransactionSyncCustom.cpp
|
| +++ b/Source/bindings/modules/v8/custom/V8SQLTransactionSyncCustom.cpp
|
| @@ -42,7 +42,7 @@
|
|
|
| using namespace WTF;
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| void V8SQLTransactionSync::executeSqlMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| {
|
| @@ -98,4 +98,4 @@ void V8SQLTransactionSync::executeSqlMethodCustom(const v8::FunctionCallbackInfo
|
| v8SetReturnValue(info, result);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|