Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Unified Diff: Source/WebCore/platform/KURL.cpp

Issue 13687007: Remove PLATFORM(BLACKBERRY) support. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698