Title: [100609] trunk/Source/WebCore
Revision
100609
Author
b...@google.com
Date
2011-11-17 05:19:48 -0800 (Thu, 17 Nov 2011)

Log Message

Unreviewed build fix.

Fix the Windows builds by adding WorkerEventQueue.cpp|h to the
vcproj. Build break was introduced in
https://bugs.webkit.org/show_bug.cgi?id=72528

* WebCore.vcproj/WebCore.vcproj: Add missing files.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (100608 => 100609)


--- trunk/Source/WebCore/ChangeLog	2011-11-17 13:04:45 UTC (rev 100608)
+++ trunk/Source/WebCore/ChangeLog	2011-11-17 13:19:48 UTC (rev 100609)
@@ -1,3 +1,13 @@
+2011-11-17  Ben Murdoch  <b...@google.com>
+
+        Unreviewed build fix.
+
+        Fix the Windows builds by adding WorkerEventQueue.cpp|h to the
+        vcproj. Build break was introduced in
+        https://bugs.webkit.org/show_bug.cgi?id=72528
+
+        * WebCore.vcproj/WebCore.vcproj: Add missing files.
+
 2011-11-17  Mihnea Ovidenie  <mih...@adobe.com>
 
         CSS Exclusions: parse the wrap-margin and wrap-padding properties

Modified: trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj (100608 => 100609)


--- trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj	2011-11-17 13:04:45 UTC (rev 100608)
+++ trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj	2011-11-17 13:19:48 UTC (rev 100609)
@@ -49686,6 +49686,14 @@
 				>
 			</File>
 			<File
+				RelativePath="..\workers\WorkerEventQueue.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\workers\WorkerEventQueue.h"
+				>
+			</File>
+			<File
 				RelativePath="..\workers\WorkerLoaderProxy.h"
 				>
 			</File>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to