| Index: Source/WebCore/loader/CookieJar.cpp
|
| diff --git a/Source/WebCore/loader/CookieJar.cpp b/Source/WebCore/loader/CookieJar.cpp
|
| index 63b046166e9e218348c7df0c51f28db075c72917..82510b4ad31ab964f89e1623518fcd553f349de2 100644
|
| --- a/Source/WebCore/loader/CookieJar.cpp
|
| +++ b/Source/WebCore/loader/CookieJar.cpp
|
| @@ -32,10 +32,6 @@
|
| #include "NetworkingContext.h"
|
| #include "PlatformCookieJar.h"
|
|
|
| -#if PLATFORM(BLACKBERRY)
|
| -#error Blackberry currently uses a fork of this file because of layering violations
|
| -#endif
|
| -
|
| namespace WebCore {
|
|
|
| static NetworkingContext* networkingContext(const Document* document)
|
|
|