| Index: Source/modules/quota/DOMWindowQuota.cpp
|
| diff --git a/Source/modules/quota/DOMWindowQuota.cpp b/Source/modules/quota/DOMWindowQuota.cpp
|
| index 4168e9a5fb1b93d7db96c1901b2997b7a777f6b1..7d8501a089058ad0887e5efd319a5505e501e1d3 100644
|
| --- a/Source/modules/quota/DOMWindowQuota.cpp
|
| +++ b/Source/modules/quota/DOMWindowQuota.cpp
|
| @@ -36,7 +36,7 @@
|
| #include "modules/quota/DeprecatedStorageInfo.h"
|
| #include "wtf/PassRefPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| DOMWindowQuota::DOMWindowQuota(LocalDOMWindow& window)
|
| : DOMWindowProperty(window.frame())
|
| @@ -82,4 +82,4 @@ void DOMWindowQuota::trace(Visitor* visitor)
|
| WillBeHeapSupplement<LocalDOMWindow>::trace(visitor);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|