Title: [102982] trunk/Source/WebCore
Revision
102982
Author
[email protected]
Date
2011-12-15 13:56:15 -0800 (Thu, 15 Dec 2011)

Log Message

Windows project file is broken. It has a missing </File> enclosing tag
https://bugs.webkit.org/show_bug.cgi?id=74632

Reviewed by Anders Carlsson.

No new tests, just fixing the project file.

* WebCore.vcproj/WebCore.vcproj:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (102981 => 102982)


--- trunk/Source/WebCore/ChangeLog	2011-12-15 21:35:23 UTC (rev 102981)
+++ trunk/Source/WebCore/ChangeLog	2011-12-15 21:56:15 UTC (rev 102982)
@@ -1,3 +1,14 @@
+2011-12-15  Alexandru Chiculita  <[email protected]>
+
+        Windows project file is broken. It has a missing </File> enclosing tag
+        https://bugs.webkit.org/show_bug.cgi?id=74632
+
+        Reviewed by Anders Carlsson.
+
+        No new tests, just fixing the project file.
+
+        * WebCore.vcproj/WebCore.vcproj:
+
 2011-12-15  Adam Barth  <[email protected]>
 
         <table><tr><td><svg><desc><td> parses incorrectly

Modified: trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj (102981 => 102982)


--- trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj	2011-12-15 21:35:23 UTC (rev 102981)
+++ trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj	2011-12-15 21:56:15 UTC (rev 102982)
@@ -42481,6 +42481,7 @@
 				<File
 					RelativePath="..\rendering\style\FilterOperations.h"
 					>
+				</File>
 				<File
 					RelativePath="..\rendering\style\CustomFilterOperation.h"
 					>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to