Unreviewed, rolling out r104231.
http://trac.webkit.org/changeset/104231
https://bugs.webkit.org/show_bug.cgi?id=75668

Breaks the Qt build (Requested by abarth on #webkit).

Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2012-01-05

Source/WebCore: 

* platform/SchemeRegistry.cpp:
* platform/SchemeRegistry.h:

Source/WebKit/qt: 

* Api/qwebpage.cpp:
(QWebPage::acceptNavigationRequest):


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@104244 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebCore/platform/SchemeRegistry.cpp b/Source/WebCore/platform/SchemeRegistry.cpp
index e55dc1a..5cdeb33 100644
--- a/Source/WebCore/platform/SchemeRegistry.cpp
+++ b/Source/WebCore/platform/SchemeRegistry.cpp
@@ -26,7 +26,7 @@
 #include "config.h"
 #include "SchemeRegistry.h"
 
-namespace Platform {
+namespace WebCore {
 
 static URLSchemesMap& localURLSchemes()
 {
@@ -273,4 +273,4 @@
     return schemesAllowingDatabaseAccessInPrivateBrowsing().contains(scheme);
 }
 
-} // namespace Platform
+} // namespace WebCore