Chromium Code Reviews| Index: Source/WebCore/platform/KURL.cpp |
| diff --git a/Source/WebCore/platform/KURL.cpp b/Source/WebCore/platform/KURL.cpp |
| index ea4c42fbf06b0a0dfe26cc2dc0c5bf1f610fb259..ca6b4df9d50f814f349310efc2945903fe77ca81 100644 |
| --- a/Source/WebCore/platform/KURL.cpp |
| +++ b/Source/WebCore/platform/KURL.cpp |
| @@ -216,11 +216,6 @@ bool portAllowed(const KURL& url) |
| if (url.protocolIs("file")) |
| return true; |
| -#if PLATFORM(BLACKBERRY) |
| - if (url.protocolIs("local")) |
| - return true; |
| -#endif |
| - |
| return false; |
| } |