Title: [97443] trunk/Source/WebCore
Revision
97443
Author
[email protected]
Date
2011-10-13 23:14:54 -0700 (Thu, 13 Oct 2011)

Log Message

[Qt][Win] Unreviewed buildfix after r97433.

* platform/MemoryPressureHandler.h: Add a missing include.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (97442 => 97443)


--- trunk/Source/WebCore/ChangeLog	2011-10-14 05:21:51 UTC (rev 97442)
+++ trunk/Source/WebCore/ChangeLog	2011-10-14 06:14:54 UTC (rev 97443)
@@ -1,3 +1,9 @@
+2011-10-13  Csaba Osztrogonác  <[email protected]>
+
+        [Qt][Win] Unreviewed buildfix after r97433.
+
+        * platform/MemoryPressureHandler.h: Add a missing include.
+
 2011-10-13  Adam Barth  <[email protected]>
 
         Spelling error in v8WebSocket::constructorCallback error

Modified: trunk/Source/WebCore/platform/MemoryPressureHandler.h (97442 => 97443)


--- trunk/Source/WebCore/platform/MemoryPressureHandler.h	2011-10-14 05:21:51 UTC (rev 97442)
+++ trunk/Source/WebCore/platform/MemoryPressureHandler.h	2011-10-14 06:14:54 UTC (rev 97443)
@@ -26,6 +26,7 @@
 #ifndef MemoryPressureHandler_h
 #define MemoryPressureHandler_h
 
+#include <time.h>
 #include <wtf/Platform.h>
 
 namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to