| Index: Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.cpp
|
| diff --git a/Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.cpp b/Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.cpp
|
| index 2d616cffeea97eae55bae4733fac9dddc5a7df50..63c93aeef26d358cce3840a2749f54be427a0147 100644
|
| --- a/Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.cpp
|
| +++ b/Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.cpp
|
| @@ -40,7 +40,7 @@
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| #include "platform/weborigin/SecurityOrigin.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| PassRefPtrWillBeRawPtr<Database> WorkerGlobalScopeWebDatabase::openDatabase(WorkerGlobalScope& context, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassOwnPtr<DatabaseCallback> creationCallback, ExceptionState& exceptionState)
|
| {
|
| @@ -78,4 +78,4 @@ PassRefPtrWillBeRawPtr<DatabaseSync> WorkerGlobalScopeWebDatabase::openDatabaseS
|
| return database.release();
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|