Index: Source/modules/indexeddb/IDBRequest.cpp |
diff --git a/Source/modules/indexeddb/IDBRequest.cpp b/Source/modules/indexeddb/IDBRequest.cpp |
index 2694e21cac01e6cd90ab6ea35884d972b71e6b52..92b7433b7d220ab5c044954b660cd1c41d1b5807 100644 |
--- a/Source/modules/indexeddb/IDBRequest.cpp |
+++ b/Source/modules/indexeddb/IDBRequest.cpp |
@@ -43,7 +43,7 @@ |
using blink::WebIDBCursor; |
-namespace WebCore { |
+namespace blink { |
IDBRequest* IDBRequest::create(ScriptState* scriptState, IDBAny* source, IDBTransaction* transaction) |
{ |
@@ -544,4 +544,4 @@ void IDBRequest::dequeueEvent(Event* event) |
} |
} |
-} // namespace WebCore |
+} // namespace blink |