| Index: Source/bindings/modules/v8/custom/V8CustomSQLStatementErrorCallback.cpp
|
| diff --git a/Source/bindings/modules/v8/custom/V8CustomSQLStatementErrorCallback.cpp b/Source/bindings/modules/v8/custom/V8CustomSQLStatementErrorCallback.cpp
|
| index dc7d688821c57e9ed30cdf6d877d48e9fbc58946..9dde0b2d97c4d2a7427c626027f89247ec3ef2b5 100644
|
| --- a/Source/bindings/modules/v8/custom/V8CustomSQLStatementErrorCallback.cpp
|
| +++ b/Source/bindings/modules/v8/custom/V8CustomSQLStatementErrorCallback.cpp
|
| @@ -37,7 +37,7 @@
|
| #include "core/dom/ExecutionContext.h"
|
| #include "wtf/Assertions.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| bool V8SQLStatementErrorCallback::handleEvent(SQLTransaction* transaction, SQLError* error)
|
| {
|
| @@ -79,4 +79,4 @@ bool V8SQLStatementErrorCallback::handleEvent(SQLTransaction* transaction, SQLEr
|
| return exceptionCatcher.HasCaught() || (!result.IsEmpty() && result->BooleanValue());
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|