| Index: Source/bindings/modules/v8/custom/V8SQLTransactionCustom.cpp
|
| diff --git a/Source/bindings/modules/v8/custom/V8SQLTransactionCustom.cpp b/Source/bindings/modules/v8/custom/V8SQLTransactionCustom.cpp
|
| index c2d2b9ab93c75c046df0558c25443896f57d0cf3..c11341134def81a38ac7f41603cbdd57261b4e9c 100644
|
| --- a/Source/bindings/modules/v8/custom/V8SQLTransactionCustom.cpp
|
| +++ b/Source/bindings/modules/v8/custom/V8SQLTransactionCustom.cpp
|
| @@ -43,7 +43,7 @@
|
|
|
| using namespace WTF;
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| void V8SQLTransaction::executeSqlMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| {
|
| @@ -115,4 +115,4 @@ void V8SQLTransaction::executeSqlMethodCustom(const v8::FunctionCallbackInfo<v8:
|
| exceptionState.throwIfNeeded();
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|