| Index: Source/modules/webdatabase/SQLCallbackWrapper.h
|
| diff --git a/Source/modules/webdatabase/SQLCallbackWrapper.h b/Source/modules/webdatabase/SQLCallbackWrapper.h
|
| index 53d43b6a2f73cf359c7b1c63e0f223d24dd1e12e..f51bfa1a5f0da643313a2fa638b6df0442171333 100644
|
| --- a/Source/modules/webdatabase/SQLCallbackWrapper.h
|
| +++ b/Source/modules/webdatabase/SQLCallbackWrapper.h
|
| @@ -32,7 +32,7 @@
|
| #include "core/dom/ExecutionContextTask.h"
|
| #include "wtf/ThreadingPrimitives.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // A helper class to safely dereference the callback objects held by
|
| // SQLStatement and SQLTransaction on the proper thread. The 'wrapped'
|
| @@ -132,6 +132,6 @@ private:
|
| RefPtrWillBeMember<ExecutionContext> m_executionContext;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // SQLCallbackWrapper_h
|
|
|