| Index: Source/WebCore/platform/network/NetworkStateNotifier.h
|
| diff --git a/Source/WebCore/platform/network/NetworkStateNotifier.h b/Source/WebCore/platform/network/NetworkStateNotifier.h
|
| index dc8595dc40016808ac1b304be6dbfa4f79e0bbd9..bc31e58e9889c04c34167edd258125b71dce84f4 100644
|
| --- a/Source/WebCore/platform/network/NetworkStateNotifier.h
|
| +++ b/Source/WebCore/platform/network/NetworkStateNotifier.h
|
| @@ -67,10 +67,6 @@ public:
|
| void setOnLine(bool);
|
| #endif
|
|
|
| -#if PLATFORM(BLACKBERRY)
|
| - void networkStateChange(bool online);
|
| -#endif
|
| -
|
| private:
|
| bool m_isOnLine;
|
| void (*m_networkStateChangedFunction)();
|
| @@ -100,7 +96,7 @@ private:
|
| #endif
|
| };
|
|
|
| -#if !PLATFORM(MAC) && !PLATFORM(WIN) && !(PLATFORM(QT) && !defined(QT_NO_BEARERMANAGEMENT)) && !PLATFORM(BLACKBERRY)
|
| +#if !PLATFORM(MAC) && !PLATFORM(WIN) && !(PLATFORM(QT) && !defined(QT_NO_BEARERMANAGEMENT))
|
|
|
| inline NetworkStateNotifier::NetworkStateNotifier()
|
| : m_isOnLine(true)
|
|
|