Title: [103198] trunk/Source/WebKit2
- Revision
- 103198
- Author
- wei...@apple.com
- Date
- 2011-12-18 17:27:42 -0800 (Sun, 18 Dec 2011)
Log Message
Try to fix the windows build.
* Platform/win/WorkQueueWin.cpp:
(WorkQueue::performWorkOnRegisteredWorkThread):
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (103197 => 103198)
--- trunk/Source/WebKit2/ChangeLog 2011-12-19 01:12:27 UTC (rev 103197)
+++ trunk/Source/WebKit2/ChangeLog 2011-12-19 01:27:42 UTC (rev 103198)
@@ -1,5 +1,12 @@
2011-12-18 Sam Weinig <s...@webkit.org>
+ Try to fix the windows build.
+
+ * Platform/win/WorkQueueWin.cpp:
+ (WorkQueue::performWorkOnRegisteredWorkThread):
+
+2011-12-18 Sam Weinig <s...@webkit.org>
+
Remove now unused WorkItem.h
https://bugs.webkit.org/show_bug.cgi?id=74818
Modified: trunk/Source/WebKit2/Platform/win/WorkQueueWin.cpp (103197 => 103198)
--- trunk/Source/WebKit2/Platform/win/WorkQueueWin.cpp 2011-12-19 01:12:27 UTC (rev 103197)
+++ trunk/Source/WebKit2/Platform/win/WorkQueueWin.cpp 2011-12-19 01:27:42 UTC (rev 103198)
@@ -149,7 +149,7 @@
isValid = m_isValid;
if (!isValid)
break;
- workItemQueue[i]->item()->execute();
+ workItemQueue[i]->function();
}
m_workItemQueueLock.lock();
}
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes