Title: [165041] trunk/Source/WebCore
Revision
165041
Author
mrobin...@webkit.org
Date
2014-03-03 23:35:38 -0800 (Mon, 03 Mar 2014)

Log Message

Fix the GTK+ CMake build

* PlatformGTK.cmake: Add a missing file to the source list.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (165040 => 165041)


--- trunk/Source/WebCore/ChangeLog	2014-03-04 06:57:59 UTC (rev 165040)
+++ trunk/Source/WebCore/ChangeLog	2014-03-04 07:35:38 UTC (rev 165041)
@@ -1,3 +1,9 @@
+2014-03-03  Martin Robinson  <mrobin...@igalia.com>
+
+        Fix the GTK+ CMake build
+
+        * PlatformGTK.cmake: Add a missing file to the source list.
+
 2014-03-03  Sanghyup Lee  <sh53....@samsung.com>
 
         :active style is not cleared when its display property is set to none before mouse released.

Modified: trunk/Source/WebCore/PlatformGTK.cmake (165040 => 165041)


--- trunk/Source/WebCore/PlatformGTK.cmake	2014-03-04 06:57:59 UTC (rev 165040)
+++ trunk/Source/WebCore/PlatformGTK.cmake	2014-03-04 07:35:38 UTC (rev 165041)
@@ -152,6 +152,7 @@
     accessibility/atk/WebKitAccessibleInterfaceImage.cpp
     accessibility/atk/WebKitAccessibleInterfaceSelection.cpp
     accessibility/atk/WebKitAccessibleInterfaceTable.cpp
+    accessibility/atk/WebKitAccessibleInterfaceTableCell.cpp
     accessibility/atk/WebKitAccessibleInterfaceText.cpp
     accessibility/atk/WebKitAccessibleInterfaceValue.cpp
     accessibility/atk/WebKitAccessibleUtil.cpp
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to