Title: [181574] trunk/Source/WebCore
Revision
181574
Author
roger_f...@apple.com
Date
2015-03-16 12:40:10 -0700 (Mon, 16 Mar 2015)

Log Message

[Win] Unreviewed build fix attempt after r181571.

* WebCore.vcxproj/WebCore.vcxproj:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (181573 => 181574)


--- trunk/Source/WebCore/ChangeLog	2015-03-16 19:30:20 UTC (rev 181573)
+++ trunk/Source/WebCore/ChangeLog	2015-03-16 19:40:10 UTC (rev 181574)
@@ -1,5 +1,11 @@
 2015-03-16  Roger Fong  <roger_f...@apple.com>
 
+        [Win] Unreviewed build fix attempt after r181571.
+
+        * WebCore.vcxproj/WebCore.vcxproj:
+
+2015-03-16  Roger Fong  <roger_f...@apple.com>
+
         [WebGL2] Multiple Render Targets.
         https://bugs.webkit.org/show_bug.cgi?id=126994.
         <rdar://problem/15815766>

Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj (181573 => 181574)


--- trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj	2015-03-16 19:30:20 UTC (rev 181573)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj	2015-03-16 19:40:10 UTC (rev 181574)
@@ -19042,7 +19042,7 @@
     <ClInclude Include="..\html\canvas\WebGLTransformFeedback.h" />
     <ClInclude Include="..\html\canvas\WebGLUniformLocation.h" />
     <ClInclude Include="..\html\canvas\WebGLVertexArrayObject.h" />
-    <ClInclude Include="..\html\canvas\WebGLVertexArrayObjectBase.h” />
+    <ClInclude Include="..\html\canvas\WebGLVertexArrayObjectBase.h" />
     <ClInclude Include="..\html\canvas\WebGLVertexArrayObjectOES.h" />
     <ClInclude Include="..\html\track\AudioTrack.h" />
     <ClInclude Include="..\html\track\AudioTrackList.h" />
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to