| Index: Source/modules/webdatabase/DOMWindowWebDatabase.cpp
|
| diff --git a/Source/modules/webdatabase/DOMWindowWebDatabase.cpp b/Source/modules/webdatabase/DOMWindowWebDatabase.cpp
|
| index 75934a75eef1bf6ecae9d8605b5b2ed54c6a41f7..335174c3821a1c0d1ef166c9b774c4ee32bad170 100644
|
| --- a/Source/modules/webdatabase/DOMWindowWebDatabase.cpp
|
| +++ b/Source/modules/webdatabase/DOMWindowWebDatabase.cpp
|
| @@ -38,7 +38,7 @@
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| #include "platform/weborigin/SecurityOrigin.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| PassRefPtrWillBeRawPtr<Database> DOMWindowWebDatabase::openDatabase(LocalDOMWindow& window, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassOwnPtr<DatabaseCallback> creationCallback, ExceptionState& exceptionState)
|
| {
|
| @@ -61,4 +61,4 @@ PassRefPtrWillBeRawPtr<Database> DOMWindowWebDatabase::openDatabase(LocalDOMWind
|
| return database;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|