| Index: Source/WTF/wtf/text/StringImpl.h
|
| diff --git a/Source/WTF/wtf/text/StringImpl.h b/Source/WTF/wtf/text/StringImpl.h
|
| index fb4a6708835b7cdb69741d30bae88638822ab334..c1ef1035333bd85bb8c3a24f7bae64a5444bc667 100644
|
| --- a/Source/WTF/wtf/text/StringImpl.h
|
| +++ b/Source/WTF/wtf/text/StringImpl.h
|
| @@ -43,10 +43,6 @@ typedef const struct __CFString * CFStringRef;
|
| @class NSString;
|
| #endif
|
|
|
| -#if PLATFORM(BLACKBERRY)
|
| -#include <BlackBerryPlatformString.h>
|
| -#endif
|
| -
|
| // FIXME: This is a temporary layering violation while we move string code to WTF.
|
| // Landing the file moves in one patch, will follow on with patches to change the namespaces.
|
| namespace JSC {
|
|
|