Index: Source/modules/quota/StorageErrorCallback.cpp |
diff --git a/Source/modules/quota/StorageErrorCallback.cpp b/Source/modules/quota/StorageErrorCallback.cpp |
index 1d1cf893515e314bdebbad91fd43ffe674551693..2f2b404e1cb19dd7269ec0c52cabe4537804557e 100644 |
--- a/Source/modules/quota/StorageErrorCallback.cpp |
+++ b/Source/modules/quota/StorageErrorCallback.cpp |
@@ -34,7 +34,7 @@ |
#include "core/dom/DOMError.h" |
-namespace WebCore { |
+namespace blink { |
StorageErrorCallback::CallbackTask::CallbackTask(PassOwnPtr<StorageErrorCallback> callback, ExceptionCode ec) |
: m_callback(callback) |
@@ -49,4 +49,4 @@ void StorageErrorCallback::CallbackTask::performTask(ExecutionContext*) |
m_callback->handleEvent(DOMError::create(m_ec).get()); |
} |
-} // namespace WebCore |
+} // namespace blink |