Index: Source/web/WebDocument.cpp |
diff --git a/Source/web/WebDocument.cpp b/Source/web/WebDocument.cpp |
index 351206fd395452467bb8455c9d74cb4a95b37bf3..e34072b04327fb5c92670a56d37865f28a7d48f9 100644 |
--- a/Source/web/WebDocument.cpp |
+++ b/Source/web/WebDocument.cpp |
@@ -68,7 +68,7 @@ |
using namespace WebCore; |
-namespace WebKit { |
+namespace blink { |
WebURL WebDocument::url() const |
{ |
@@ -320,4 +320,4 @@ WebDocument::operator PassRefPtr<Document>() const |
return toDocument(m_private.get()); |
} |
-} // namespace WebKit |
+} // namespace blink |