commit | 617ecad23f77031bce466b370042fc90120e6ad4 | [log] [tgz] |
---|---|---|
author | abarth@webkit.org <abarth@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Fri Jan 06 00:39:16 2012 +0000 |
committer | abarth@webkit.org <abarth@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Fri Jan 06 00:39:16 2012 +0000 |
tree | d00ebf8909ce97266f60ebfbbd6f65c3077afade | |
parent | d25c09f24ea6081e8bf2a7a6c1c8acbe9ad849ff [diff] [blame] |
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