Chromium Code Reviews| Index: Source/WebCore/platform/SchemeRegistry.cpp |
| diff --git a/Source/WebCore/platform/SchemeRegistry.cpp b/Source/WebCore/platform/SchemeRegistry.cpp |
| index 5cfcbb17ca32a913b4591091ec356bd761d789f5..28aeadc9473afd30b3f7a0c02b908e47bedbf7b4 100644 |
| --- a/Source/WebCore/platform/SchemeRegistry.cpp |
| +++ b/Source/WebCore/platform/SchemeRegistry.cpp |
| @@ -38,9 +38,6 @@ static URLSchemesMap& localURLSchemes() |
| #if PLATFORM(MAC) |
| localSchemes.add("applewebdata"); |
| #endif |
| -#if PLATFORM(QT) |
| - localSchemes.add("qrc"); |
| -#endif |
| } |
| return localSchemes; |