Title: [143944] trunk/Source/WebCore
Revision
143944
Author
mrobin...@webkit.org
Date
2013-02-25 10:21:54 -0800 (Mon, 25 Feb 2013)

Log Message

Try to fix the Windows gyp build after r143937

* WebCore.gypi: Update the filename in the source list.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (143943 => 143944)


--- trunk/Source/WebCore/ChangeLog	2013-02-25 18:13:23 UTC (rev 143943)
+++ trunk/Source/WebCore/ChangeLog	2013-02-25 18:21:54 UTC (rev 143944)
@@ -1,3 +1,9 @@
+2013-02-25  Martin Robinson  <mrobin...@igalia.com>
+
+        Try to fix the Windows gyp build after r143937
+
+        * WebCore.gypi: Update the filename in the source list.
+
 2013-02-25  Julien Chaffraix  <jchaffr...@webkit.org>
 
         [CSS Grid Layout] Refactor RenderStyle's grid position storage in preparation to supporting spanning

Modified: trunk/Source/WebCore/WebCore.gypi (143943 => 143944)


--- trunk/Source/WebCore/WebCore.gypi	2013-02-25 18:13:23 UTC (rev 143943)
+++ trunk/Source/WebCore/WebCore.gypi	2013-02-25 18:21:54 UTC (rev 143944)
@@ -1749,9 +1749,9 @@
             'editing/VisibleSelection.cpp',
             'editing/WrapContentsInDummySpanCommand.cpp',
             'editing/WrapContentsInDummySpanCommand.h',
+            'editing/atk/FrameSelectionAtk.cpp',
             'editing/chromium/EditorChromium.cpp',
             'editing/chromium/FrameSelectionChromium.cpp',
-            'editing/gtk/FrameSelectionGtk.cpp',
             'editing/htmlediting.cpp',
             'editing/mac/EditorMac.mm',
             'editing/mac/FrameSelectionMac.mm',
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to