Title: [204677] trunk/Source/WebKit2
Revision
204677
Author
[email protected]
Date
2016-08-20 01:04:08 -0700 (Sat, 20 Aug 2016)

Log Message

Unreviewed, build fix attempt after r204665 and r204668.

* PlatformGTK.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (204676 => 204677)


--- trunk/Source/WebKit2/ChangeLog	2016-08-20 04:53:41 UTC (rev 204676)
+++ trunk/Source/WebKit2/ChangeLog	2016-08-20 08:04:08 UTC (rev 204677)
@@ -1,3 +1,9 @@
+2016-08-20  Yusuke Suzuki  <[email protected]>
+
+        Unreviewed, build fix attempt after r204665 and r204668.
+
+        * PlatformGTK.cmake:
+
 2016-08-19  Ryosuke Niwa  <[email protected]>
 
         Another build fix attempt after r204665 and r204668.

Modified: trunk/Source/WebKit2/PlatformGTK.cmake (204676 => 204677)


--- trunk/Source/WebKit2/PlatformGTK.cmake	2016-08-20 04:53:41 UTC (rev 204676)
+++ trunk/Source/WebKit2/PlatformGTK.cmake	2016-08-20 08:04:08 UTC (rev 204677)
@@ -694,13 +694,11 @@
         Platform/Module.cpp
 
         Platform/IPC/ArgumentCoders.cpp
-        Platform/IPC/ArgumentDecoder.cpp
-        Platform/IPC/ArgumentEncoder.cpp
         Platform/IPC/Attachment.cpp
         Platform/IPC/Connection.cpp
         Platform/IPC/DataReference.cpp
-        Platform/IPC/MessageDecoder.cpp
-        Platform/IPC/MessageEncoder.cpp
+        Platform/IPC/Decoder.cpp
+        Platform/IPC/Encoder.cpp
         Platform/IPC/MessageReceiverMap.cpp
         Platform/IPC/MessageSender.cpp
         Platform/IPC/StringReference.cpp
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to