| Index: Source/bindings/modules/v8/custom/V8SQLResultSetRowListCustom.cpp
|
| diff --git a/Source/bindings/modules/v8/custom/V8SQLResultSetRowListCustom.cpp b/Source/bindings/modules/v8/custom/V8SQLResultSetRowListCustom.cpp
|
| index b1866445166d07551824ea3093ac9b1d654082f0..f84f456f4c40ef75e97e6d89c96a756a1a77ad96 100644
|
| --- a/Source/bindings/modules/v8/custom/V8SQLResultSetRowListCustom.cpp
|
| +++ b/Source/bindings/modules/v8/custom/V8SQLResultSetRowListCustom.cpp
|
| @@ -37,7 +37,7 @@
|
| #include "core/dom/ExceptionCode.h"
|
| #include "modules/webdatabase/SQLResultSetRowList.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| void V8SQLResultSetRowList::itemMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| {
|
| @@ -90,4 +90,4 @@ void V8SQLResultSetRowList::itemMethodCustom(const v8::FunctionCallbackInfo<v8::
|
| v8SetReturnValue(info, item);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|