Title: [103304] trunk/Source/WebCore
Revision
103304
Author
leo.y...@torchmobile.com.cn
Date
2011-12-19 21:43:21 -0800 (Mon, 19 Dec 2011)

Log Message

[BlackBerry] Upstream the BlackBerry change to NetworkStateNotifier.h
https://bugs.webkit.org/show_bug.cgi?id=74904

Reviewed by Daniel Bates.

No functionality change to existing code, no new tests.

* platform/network/NetworkStateNotifier.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (103303 => 103304)


--- trunk/Source/WebCore/ChangeLog	2011-12-20 05:26:56 UTC (rev 103303)
+++ trunk/Source/WebCore/ChangeLog	2011-12-20 05:43:21 UTC (rev 103304)
@@ -1,3 +1,14 @@
+2011-12-19  Leo Yang  <leo.y...@torchmobile.com.cn>
+
+        [BlackBerry] Upstream the BlackBerry change to NetworkStateNotifier.h
+        https://bugs.webkit.org/show_bug.cgi?id=74904
+
+        Reviewed by Daniel Bates.
+
+        No functionality change to existing code, no new tests.
+
+        * platform/network/NetworkStateNotifier.h:
+
 2011-12-19  Yael Aharon  <yael.aha...@nokia.com>
 
         Update dropzone implementation per spec update

Modified: trunk/Source/WebCore/platform/network/NetworkStateNotifier.h (103303 => 103304)


--- trunk/Source/WebCore/platform/network/NetworkStateNotifier.h	2011-12-20 05:26:56 UTC (rev 103303)
+++ trunk/Source/WebCore/platform/network/NetworkStateNotifier.h	2011-12-20 05:43:21 UTC (rev 103304)
@@ -67,6 +67,10 @@
     void setOnLine(bool);
 #endif
 
+#if PLATFORM(BLACKBERRY)
+    void networkStateChange(bool online);
+#endif
+
 private:
     bool m_isOnLine;
     void (*m_networkStateChangedFunction)();
@@ -96,7 +100,7 @@
 #endif
 };
 
-#if !PLATFORM(MAC) && !PLATFORM(WIN) && !(PLATFORM(QT) && !defined(QT_NO_BEARERMANAGEMENT))
+#if !PLATFORM(MAC) && !PLATFORM(WIN) && !(PLATFORM(QT) && !defined(QT_NO_BEARERMANAGEMENT)) && !PLATFORM(BLACKBERRY)
 
 inline NetworkStateNotifier::NetworkStateNotifier()
     : m_isOnLine(true)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to