Title: [161833] trunk/Source/WebCore
Revision
161833
Author
[email protected]
Date
2014-01-12 13:14:37 -0800 (Sun, 12 Jan 2014)

Log Message

Try to fix the Windows build after r161830.

* platform/network/NetworkStateNotifier.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (161832 => 161833)


--- trunk/Source/WebCore/ChangeLog	2014-01-12 21:09:12 UTC (rev 161832)
+++ trunk/Source/WebCore/ChangeLog	2014-01-12 21:14:37 UTC (rev 161833)
@@ -1,3 +1,9 @@
+2014-01-12  Dan Bernstein  <[email protected]>
+
+        Try to fix the Windows build after r161830.
+
+        * platform/network/NetworkStateNotifier.h:
+
 2014-01-12  Simon Fraser  <[email protected]>
 
         Don't build JSTouch* and JSGesture* files on Mac.

Modified: trunk/Source/WebCore/platform/network/NetworkStateNotifier.h (161832 => 161833)


--- trunk/Source/WebCore/platform/network/NetworkStateNotifier.h	2014-01-12 21:09:12 UTC (rev 161832)
+++ trunk/Source/WebCore/platform/network/NetworkStateNotifier.h	2014-01-12 21:14:37 UTC (rev 161833)
@@ -26,6 +26,7 @@
 #ifndef NetworkStateNotifier_h
 #define NetworkStateNotifier_h
 
+#include <functional>
 #include <wtf/FastMalloc.h>
 #include <wtf/Noncopyable.h>
 #include <wtf/Vector.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to