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

Unified Diff: Source/WTF/wtf/text/WTFString.h

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/WTF/wtf/text/WTFString.h
diff --git a/Source/WTF/wtf/text/WTFString.h b/Source/WTF/wtf/text/WTFString.h
index 9c0fc27fe3807b8a4d0658ab7f13719c26abab8c..2eb79f7e36d99677a163412a450869b64c533a2e 100644
--- a/Source/WTF/wtf/text/WTFString.h
+++ b/Source/WTF/wtf/text/WTFString.h
@@ -42,14 +42,6 @@ QT_END_NAMESPACE
class wxString;
#endif
-#if PLATFORM(BLACKBERRY)
-namespace BlackBerry {
-namespace Platform {
-class String;
-}
-}
-#endif
-
namespace WTF {
class CString;
@@ -437,11 +429,6 @@ public:
WTF_EXPORT_PRIVATE operator wxString() const;
#endif
-#if PLATFORM(BLACKBERRY)
- String(const BlackBerry::Platform::String&);
- operator BlackBerry::Platform::String() const;
-#endif
-
WTF_EXPORT_STRING_API static String make8BitFrom16BitSource(const UChar*, size_t);
template<size_t inlineCapacity>
static String make8BitFrom16BitSource(const Vector<UChar, inlineCapacity>& buffer)

Powered by Google App Engine
This is Rietveld 408576698